FAnimGraphNodePropertyBinding

Windows
MacOS
Linux

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimGraphNode_Base.h

Include

#include "AnimGraphNode_Base.h"

Syntax

struct FAnimGraphNodePropertyBinding

Variables

Name Description

Public variable

bool

 

bIsBound

Whether the pin is bound or not

Public variable

bool

 

bIsPromotion

Whether the pin binding is a promotion (e.g. bool->int)

Public variable

FText

 

PathAsText

The property path as text

Public variable

FEdGraphPinType

 

PinType

Pin type

Public variable

FEdGraphPinType

 

PromotedPinType

Source type if the binding is a promotion

Public variable

FName

 

PropertyName

Property binding name

Public variable

TArray< FString...

 

PropertyPath

The property path a pin is bound to

Public variable

EAnimGraphNodeP...

 

Type

Whether the binding is a function or not

Constructors

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss