Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FTraitTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLatentPropertyHandle * GetTraitLatentPropertyHandles
(
FNodeDescription& NodeDescription |
Returns a pointer to the specified trait latent property handles on the current node WARNING: Latent property handles are in the order defined by the enumerator macro within the shared data, | TraitCore/TraitTemplate.h | |
const FLatentPropertyHandle * GetTraitLatentPropertyHandles
(
const FNodeDescription& NodeDescription |
Returns a pointer to the specified trait latent property handles on the current node WARNING: Latent property handles are in the order defined by the enumerator macro within the shared data, | TraitCore/TraitTemplate.h |
GetTraitLatentPropertyHandles(FNodeDescription &)
Description
Returns a pointer to the specified trait latent property handles on the current node WARNING: Latent property handles are in the order defined by the enumerator macro within the shared data,
| Name | GetTraitLatentPropertyHandles |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitTemplate.h |
| Include Path | #include "TraitCore/TraitTemplate.h" |
FLatentPropertyHandle * GetTraitLatentPropertyHandles
(
FNodeDescription & NodeDescription
) const
See Also
- FAnimNextTraitSharedData::GetLatentPropertyIndex
GetTraitLatentPropertyHandles(const FNodeDescription &)
Description
Returns a pointer to the specified trait latent property handles on the current node WARNING: Latent property handles are in the order defined by the enumerator macro within the shared data,
| Name | GetTraitLatentPropertyHandles |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitTemplate.h |
| Include Path | #include "TraitCore/TraitTemplate.h" |
const FLatentPropertyHandle * GetTraitLatentPropertyHandles
(
const FNodeDescription & NodeDescription
) const
See Also
- FAnimNextTraitSharedData::GetLatentPropertyIndex