Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FEvent
Description
Creates the event.
Manually reset events stay triggered until reset. Named events share the same underlying event.
Derived Overrides
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Event.h |
| Include Path | #include "HAL/Event.h" |
bool Create
(
bool bIsManualReset
)
true if the event was created, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| bIsManualReset | Whether the event requires manual reseting or not. |