Navigation
API > API/Plugins > API/Plugins/UAFUncookedOnly > API/Plugins/UAFUncookedOnly/IVariableBindingType
| Name | FBindingGraphInput |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/Variables/IVariableBindingType.h |
| Include Path | #include "Variables/IVariableBindingType.h" |
Syntax
struct FBindingGraphInput
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BindingData | TConstStructView< FAnimNextVariableBindingData > | Binding data of the type that this processor is registered against. | Variables/IVariableBindingType.h | |
| CPPType | FString | CPPType of the variable. | Variables/IVariableBindingType.h | |
| CPPTypeObject | TObjectPtr< UObject > | CPPTypeObject of the variable. | Variables/IVariableBindingType.h | |
| VariableName | FName | Name of the target variable that this binding is bound to. | Variables/IVariableBindingType.h |