Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FGraphActionNode > API/Editor/GraphEditor/FGraphActionNode/__ctor
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/GraphActionNode.h |
Include | #include "GraphActionNode.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FGraphActionNode
(
const FGraphActionNode & Node
)
Remarks
We need to declare our copy constructors so that we can disable deprecation warnings around them for ClangEditor - when all of the deprecated members are deleted we can remove these: