Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FLatentPropertyHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FLatentPropertyHandle () |
Creates an invalid latent property handle. | TraitCore/LatentPropertyHandle.h | |
FLatentPropertyHandle
(
uint16 InRigRMIndex, |
Constructs a FLatentPropertyHandle instance. | TraitCore/LatentPropertyHandle.h |
FLatentPropertyHandle()
Description
Creates an invalid latent property handle.
| Name | FLatentPropertyHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/LatentPropertyHandle.h |
| Include Path | #include "TraitCore/LatentPropertyHandle.h" |
constexpr FLatentPropertyHandle()
FLatentPropertyHandle(uint16, uint32, bool, bool)
Description
Constructs a FLatentPropertyHandle instance.
| Name | FLatentPropertyHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/LatentPropertyHandle.h |
| Include Path | #include "TraitCore/LatentPropertyHandle.h" |
FLatentPropertyHandle
(
uint16 InRigRMIndex,
uint32 InPropertyOffset,
bool bInCanFreeze,
bool bInOnBecomeRelevant
)