IClassVariableCreator::CreateClassVariablesFromBlueprint

Implement this in a graph node and the anim BP compiler will call this expecting to generate class variables.

Unreal Engine C++ API Reference > Editor > AnimGraph > IClassVariableCreator

  • IClassVariableCreator::CreateClassVariablesFromBlueprint()

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/IClassVariableCreator.h
Include #include "IClassVariableCreator.h"
void CreateClassVariablesFromBlueprint
(
    [IAnimBlueprintVariableCreationContext](API\Editor\AnimGraph\IAnimBlueprintVariableCreationCo-) & 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library