Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > FAnimNodeEditMode
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimNodeEditMode.h |
Include | #include "AnimNodeEditMode.h" |
Syntax
struct EditorRuntimeNodePair
Variables
Type | Name | Description |
---|---|---|
UAnimGraphNode_... | EditorAnimNode | The node we are operating on |
FAnimNode_Base ... | RuntimeAnimNode | The runtime node in the preview scene |
Constructors
Type | Name | Description |
---|---|---|
EditorRuntimeNodePair ( UAnimGraphNode_Base* InEditorA..., FAnimNode_Base* InRuntimeAnimN... ) |