Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/UAnimNextComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< const T * > GetVariableObject
(
const FName Name |
Component/AnimNextComponent.h | ||
TOptional< const UObject * > GetVariableObject
(
const FName Name, |
Component/AnimNextComponent.h |
GetVariableObject(const FName)
| Name | GetVariableObject |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/Component/AnimNextComponent.h |
| Include Path | #include "Component/AnimNextComponent.h" |
template<typename T>
TOptional < const T * > GetVariableObject
(
const FName Name
) const
object pointer value of specified type.
GetVariableObject(const FName, const UClass *)
| Name | GetVariableObject |
| 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 < const UObject * > GetVariableObject
(
const FName Name,
const UClass * RequestedClass
) const