UAnimGraphNode_CustomProperty::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 > UAnimGraphNode_CustomProperty

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](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