Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAnimNextTraitEvent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EventType * AsType () |
Returns a pointer to this event cast to the specified type if the TypeUIDs match, nullptr otherwise. | TraitCore/TraitEvent.h | |
const EventType * AsType () |
Returns a pointer to this event cast to the specified type if the TypeUIDs match, nullptr otherwise. | TraitCore/TraitEvent.h |
AsType()
Description
Returns a pointer to this event cast to the specified type if the TypeUIDs match, nullptr otherwise.
| Name | AsType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/TraitCore/TraitEvent.h |
| Include Path | #include "TraitCore/TraitEvent.h" |
template<class EventType>
EventType * AsType()
AsType()
Description
Returns a pointer to this event cast to the specified type if the TypeUIDs match, nullptr otherwise.
| Name | AsType |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/TraitCore/TraitEvent.h |
| Include Path | #include "TraitCore/TraitEvent.h" |
template<class EventType>
const EventType * AsType() const