Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FSingleThreadEvent
- FEvent::Create()
- FSingleThreadEvent::Create()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SingleThreadEvent.h |
Include | #include "Misc/SingleThreadEvent.h" |
virtual 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. |