Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FBlendSmootherCoreTrait
Description
Returns the latent property index or INDEX_NONE if the property isn't found or if it isn't latent WARNING: Latent property handles are in the order defined by the enumerator macro within the shared data,
Virtual Inheritance
- FTrait::GetLatentPropertyIndex → FBlendSmootherCoreTrait::GetLatentPropertyIndex
Derived Overrides
| Name | GetLatentPropertyIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/Traits/BlendSmoother.h |
| Include Path | #include "Traits/BlendSmoother.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Private/Traits/BlendSmoother.cpp |
virtual int32 GetLatentPropertyIndex
(
const FAnimNextTraitSharedData & InSharedData,
FName PropertyName
) const
See Also
- FAnimNextTraitSharedData::GetLatentPropertyIndex