Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_CustomProperty
- IClassVariableCreator::CreateClassVariablesFromBlueprint()
- UAnimGraphNode_CustomProperty::CreateClassVariablesFromBlueprint()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CustomProperty.h |
| Include | #include "AnimGraphNode_CustomProperty.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_CustomProperty.cpp |
virtual void CreateClassVariablesFromBlueprint
(
IAnimBlueprintVariableCreationContext & InCreationContext
)
Remarks
Implement this in a graph node and the anim BP compiler will call this expecting to generate class variables.
Parameters
| Name | Description |
|---|---|
| InVariableCreator | The variable creation context for the current BP compilation |