Navigation
API > API/Plugins > API/Plugins/AnimNextUncookedOnly > API/Plugins/AnimNextUncookedOnly/IAnimNextUncookedOnlyModule
References
| Module | AnimNextUncookedOnly |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNextUncookedOnly/Public/IAnimNextUncookedOnlyModule.h |
| Include | #include "IAnimNextUncookedOnlyModule.h" |
void RegisterVariableBindingType
(
FName InStructName,
TSharedPtr < IVariableBindingType > InType
)
Remarks
Register a variable binding type, used to query information and process variable bindings
Parameters
| Name | Description |
|---|---|
| InStructName | The full path name of the struct type for this variable binding's data (must be a child struct of FAnimNextVariableBindingData) |
| InType | The type to register |