Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/UAnimNextComponent
Description
Module variable value getters. Numeric types (bool, (u)int32, (u)int64, float, double) support type conversion. Struct & Object types will be const, if you need to modify them use SetVariable[Struct, Object]Ref
| Name | GetVariableBool |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Component/AnimNextComponent.h |
| Include Path | #include "Component/AnimNextComponent.h" |
| Source | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Private/Component/AnimNextComponent.cpp |
TOptional < bool > GetVariableBool
(
const FName Name
) const
The variable value on success, None otherwise
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the variable to get |