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