FEventManager::RegisterHandler

Register a handler that will receive the dispatched events

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/EventManager.h

Include

#include "EventManager.h"

Syntax

template<typename PayloadType, typename HandlerType>
void RegisterHandler
(
    const EEventType & EventType,
    HandlerType * Handler,
    typename TRawEventHandler< PayloadType, HandlerType >::FHandlerFunction HandlerFunction
)

Remarks

Register a handler that will receive the dispatched events

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss