Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/IClassVariableCreator.h |
Include | #include "IClassVariableCreator.h" |
Syntax
class IAnimBlueprintVariableCreationContext
Remarks
Context passed to IClassVariableCreator::CreateClassVariablesFromBlueprint
Functions
Type | Name | Description |
---|---|---|
FProperty &#... | CreateUniqueVariable ( UObject* InForObject, const FEdGraphPinType& Type ) | Create a uniquely named variable corresponding to an object in the current class. |
FProperty &#... | CreateVariable ( const FName Name, const FEdGraphPinType& Type ) | Create a class variable in the current class. |