Navigation
API > API/Plugins > API/Plugins/AnimNextAnimGraph > API/Plugins/AnimNextAnimGraph/FAnimNextGraphInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ComponentType * TryGetComponent () |
Returns a typed graph instance component pointer if found or nullptr otherwise. | Graph/AnimNextGraphInstance.h | |
const ComponentType * TryGetComponent () |
Returns a typed graph instance component pointer if found or nullptr otherwise. | Graph/AnimNextGraphInstance.h | |
UE::AnimNext::FGraphInstanceComponent * TryGetComponent
(
int32 ComponentNameHash, |
Returns a pointer to the specified component, or nullptr if not found. | Graph/AnimNextGraphInstance.h |
TryGetComponent()
Description
Returns a typed graph instance component pointer if found or nullptr otherwise.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/Graph/AnimNextGraphInstance.h |
| Include Path | #include "Graph/AnimNextGraphInstance.h" |
template<class ComponentType>
ComponentType * TryGetComponent()
TryGetComponent()
Description
Returns a typed graph instance component pointer if found or nullptr otherwise.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/Graph/AnimNextGraphInstance.h |
| Include Path | #include "Graph/AnimNextGraphInstance.h" |
template<class ComponentType>
const ComponentType * TryGetComponent() const
TryGetComponent(int32, FName)
Description
Returns a pointer to the specified component, or nullptr if not found.
| Name | TryGetComponent |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Public/Graph/AnimNextGraphInstance.h |
| Include Path | #include "Graph/AnimNextGraphInstance.h" |
| Source | /Engine/Plugins/Experimental/AnimNextAnimGraph/Source/AnimNextAnimGraph/Private/Graph/AnimNextGraphInstance.cpp |
UE::AnimNext::FGraphInstanceComponent * TryGetComponent
(
int32 ComponentNameHash,
FName ComponentName
) const