17 lines
516 B
C++
17 lines
516 B
C++
// Copyright 2017 ~ 2022 Critical Failure Studio Ltd. All rights reserved.
|
|
|
|
#include "PaperZDNotifyGraph.h"
|
|
#include "PaperZDEditor.h"
|
|
|
|
#if ZD_VERSION_INLINED_CPP_SUPPORT
|
|
#include UE_INLINE_GENERATED_CPP_BY_NAME(PaperZDNotifyGraph)
|
|
#endif
|
|
|
|
//////////////////////////////////////////////////////////////////////////
|
|
//// PaperZD Anim Graph
|
|
//////////////////////////////////////////////////////////////////////////
|
|
UPaperZDNotifyGraph::UPaperZDNotifyGraph(const FObjectInitializer& ObjectInitializer)
|
|
: Super()
|
|
{
|
|
|
|
} |