Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- IClassVariableCreator
- UAnimGraphNode_CustomProperty
- UAnimGraphNode_ControlRig
- UAnimGraphNode_IKRig
- UAnimGraphNode_LinkedAnimGraphBase
- UAnimGraphNode_LinkedAnimGraph
- UAnimGraphNode_LinkedAnimLayer
- UAnimGraphNode_LinkedInputPose
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/IClassVariableCreator.h |
Include | #include "IClassVariableCreator.h" |
Syntax
class IClassVariableCreator
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | CreateClassVariablesFromBlueprint
(
IAnimBlueprintVariableCreationContext& InCreationContext |
Implement this in a graph node and the anim BP compiler will call this expecting to generate class variables. |