Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FAnimNextTraitEvent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsA () |
Returns whether or not this event derives from the specified type. | TraitCore/TraitEvent.h | |
virtual bool IsA
(
UE::UAF::FTraitEventUID InTypeUID |
Returns whether or not this event derives from the specified type. | TraitCore/TraitEvent.h |
IsA()
Description
Returns whether or not this event derives from the specified type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/TraitCore/TraitEvent.h |
| Include Path | #include "TraitCore/TraitEvent.h" |
template<class EventType>
bool IsA() const
IsA(UE::UAF::FTraitEventUID)
Description
Returns whether or not this event derives from the specified type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/TraitCore/TraitEvent.h |
| Include Path | #include "TraitCore/TraitEvent.h" |
virtual bool IsA
(
UE::UAF::FTraitEventUID InTypeUID
) const