Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core
Inheritance Hierarchy
- TLinkedList< HandlerInterface * >
- TCameraEventHandler
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEventHandler.h |
| Include | #include "Core/CameraEventHandler.h" |
Syntax
template<typename HandlerInterface>
struct TCameraEventHandler : public TLinkedList< HandlerInterface * >
Remarks
Wrapper struct, or handle, for a listener of data change events. The listener class should own one of these for each object they're listening to. The listener class can start listening by calling Register(HandlerWrapper, this) on the object to listen to.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TCameraEventHandler
(
HandlerInterface* InInterface |
Destructors
| Type | Name | Description | |
|---|---|---|---|