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