Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/UAnimNextComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetVariableObject
(
const FName Name, |
Component/AnimNextComponent.h | ||
bool SetVariableObject
(
const FName Name, |
Sets object pointer variable with specified type. | Component/AnimNextComponent.h |
SetVariableObject(const FName, UObject *)
| Name | SetVariableObject |
| 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 |
bool SetVariableObject
(
const FName Name,
UObject * InValue
)
SetVariableObject(const FName, T *)
Description
Sets object pointer variable with specified type.
| Name | SetVariableObject |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Component/AnimNextComponent.h |
| Include Path | #include "Component/AnimNextComponent.h" |
template<typename T>
bool SetVariableObject
(
const FName Name,
T * InValue
)