Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FTraitTemplate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLatentPropertiesHeader & GetTraitLatentPropertiesHeader
(
FNodeDescription& NodeDescription |
Returns a reference to the specified trait latent properties header on the current node. | TraitCore/TraitTemplate.h | |
const FLatentPropertiesHeader & GetTraitLatentPropertiesHeader
(
const FNodeDescription& NodeDescription |
Returns a reference to the specified trait latent properties header on the current node. | TraitCore/TraitTemplate.h |
GetTraitLatentPropertiesHeader(FNodeDescription &)
Description
Returns a reference to the specified trait latent properties header on the current node.
| Name | GetTraitLatentPropertiesHeader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitTemplate.h |
| Include Path | #include "TraitCore/TraitTemplate.h" |
FLatentPropertiesHeader & GetTraitLatentPropertiesHeader
(
FNodeDescription & NodeDescription
) const
GetTraitLatentPropertiesHeader(const FNodeDescription &)
Description
Returns a reference to the specified trait latent properties header on the current node.
| Name | GetTraitLatentPropertiesHeader |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/TraitTemplate.h |
| Include Path | #include "TraitCore/TraitTemplate.h" |
const FLatentPropertiesHeader & GetTraitLatentPropertiesHeader
(
const FNodeDescription & NodeDescription
) const