Navigation
API > API/Plugins > API/Plugins/UAFAnimGraph > API/Plugins/UAFAnimGraph/FAnimNextEntryPointHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FAnimNextEntryPointHandle () |
Creates an invalid entry point handle. | TraitCore/EntryPointHandle.h | |
FAnimNextEntryPointHandle
(
UE::UAF::FNodeHandle NodeHandle |
Creates an entry point handle pointing to the first trait of the specified node. | TraitCore/EntryPointHandle.h | |
FAnimNextEntryPointHandle
(
UE::UAF::FNodeHandle NodeHandle, |
Creates an entry point handle pointing to the specified trait on the specified node. | TraitCore/EntryPointHandle.h |
FAnimNextEntryPointHandle()
Description
Creates an invalid entry point handle.
| Name | FAnimNextEntryPointHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/EntryPointHandle.h |
| Include Path | #include "TraitCore/EntryPointHandle.h" |
constexpr FAnimNextEntryPointHandle()
FAnimNextEntryPointHandle(UE::UAF::FNodeHandle)
Description
Creates an entry point handle pointing to the first trait of the specified node.
| Name | FAnimNextEntryPointHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/EntryPointHandle.h |
| Include Path | #include "TraitCore/EntryPointHandle.h" |
FAnimNextEntryPointHandle
(
UE::UAF::FNodeHandle NodeHandle
)
FAnimNextEntryPointHandle(UE::UAF::FNodeHandle, uint32)
Description
Creates an entry point handle pointing to the specified trait on the specified node.
| Name | FAnimNextEntryPointHandle |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAFAnimGraph/Source/UAFAnimGraph/Public/TraitCore/EntryPointHandle.h |
| Include Path | #include "TraitCore/EntryPointHandle.h" |
FAnimNextEntryPointHandle
(
UE::UAF::FNodeHandle NodeHandle,
uint32 TraitIndex
)