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