Navigation
API > API/Plugins > API/Plugins/AnimNextUncookedOnly > API/Plugins/AnimNextUncookedOnly/Variables
References
| Module | AnimNextUncookedOnly |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNextUncookedOnly/Public/Variables/IVariableBindingType.h |
| Include | #include "Variables/IVariableBindingType.h" |
Syntax
struct FVariableBindingInfo
Remarks
Info about a variable binding gleaned from FindBindingInfo and ForEachBinding.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bThreadSafe | Whether this binding is safe to be accessed on worker threads. | |
| FText | DisplayName | Display name for editor. | |
| const UFunction * | Function | Function used to access this binding, if any. | |
| const FProperty * | Property | Property for this binding, if any. | |
| FText | Tooltip | Tooltip to display in editor. | |
| FAnimNextParamType | Type | The binding's type. |