FAnimGraphNodeAlphaOptions

Helper struct used to handle graph (editor) node alpha options.

Unreal Engine C++ API Reference > Editor > AnimGraph

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNodeAlphaOptions.h
Include #include "AnimGraphNodeAlphaOptions.h"

Syntax

struct FAnimGraphNodeAlphaOptions  

Remarks

Helper struct used to handle graph (editor) node alpha options.

Functions

Type Name Description
void HandleCustomizeDetails ( const AnimNodeType& InAnimNode, TSharedRef< IPropertyHandle > InNod..., IDetailLayoutBuilder& InDetailBuil... ) Called from an UAnimGraphNode_Base-derived classes CustomizeDetails to update alpha properties and pins.
void HandleCustomizePinData ( const AnimNodeType& InAnimNode, UEdGraphPin* InPin ) Called from an UAnimGraphNode_Base-derived classes CustomizePinData to update alpha pins.
void HandlePostEditChangeProperty ( const AnimNodeType& InAnimNode, UAnimGraphNode_Base* InNode, FPropertyChangedEvent& PropertyCha... ) 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