TRawEventHandler

Instance event handler

Windows
MacOS
Linux

Inheritance Hierarchy

IEventHandler

TRawEventHandler

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Physics/Experimental/PhysScene_Chaos.h

Include

#include "Physics/Experimental/PhysScene_Chaos.h"

Syntax

template<typename PayloadType, typename HandlerType>
class TRawEventHandler : public Chaos::IEventHandler

Remarks

Instance event handler

Constructors

Name Description

Public function

TRawEventHandler

(
    HandlerType* InHandler,
    FHandlerFunction InFunction
)

Overridden from IEventHandler

Name Description

Protected function Virtual Const

void *

 

GetHandler()

Internal use only

Public function Virtual Const

void

 

HandleEvent

(
    const void* EventData
)

Typedefs

Name

Description

FHandlerFunction

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