Public Member Functions | |
TEventQueueEntry (const char *InName, const EEventType &InType, const std::type_info &InTypeInfo, const std::size_t InIdx, const InvokerType &InEvent) | |
TEventQueueEntry (TEventQueueEntry &&Other) | |
TEventQueueEntry & | operator= (const TEventQueueEntry &Other) |
FORCEINLINE bool | operator== (const TEventQueueEntry &Other) const |
FORCEINLINE bool | operator!= (const TEventQueueEntry &Other) const |
Public Attributes | |
const char * | Name = nullptr |
EEventType | Type = EEventType::None |
std::size_t | TypeHash = 0 |
std::size_t | Idx = -1 |
InvokerType | Event |