IAnimBlueprintVariableCreationContext

Context passed to [IClassVariableCreator::CreateClassVariablesFromBlueprint](API\Editor\AnimGraph\IClassVariableCreator\CreateClassVariablesFromBlueprin-)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library