FAnimGraphNodeAlphaOptions::HandlePostEditChangeProperty

Called from an UAnimGraphNode_Base-derived classes PostEditChangeProperty to update alpha properties and pins.

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

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNodeAlphaOptions.h
Include #include "AnimGraphNodeAlphaOptions.h"
template<typename AnimNodeType>
static void HandlePostEditChangeProperty
(
    const AnimNodeType & InAnimNode,
    [UAnimGraphNode_Base](API\Editor\AnimGraph\UAnimGraphNode_Base) * InNode,
    [FPropertyChangedEvent](API\Runtime\CoreUObject\UObject\FPropertyChangedEvent) & PropertyChangedEvent
)

Remarks

Called from an UAnimGraphNode_Base-derived classes PostEditChangeProperty to update alpha properties and pins.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library