Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSingleThreadEvent
Description
Creates the event.
Manually reset events stay triggered until reset. Named events share the same underlying event.
Virtual Inheritance
- FEvent::Create → FSingleThreadEvent::Create
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SingleThreadEvent.h |
| Include Path | #include "Misc/SingleThreadEvent.h" |
virtual bool Create
(
bool bIsManualReset
)
true if the event was created, false otherwise. Message to others in the future, don't try to delete this function as it isn't exactly deprecated, but it should only ever be called from TEventPool::GetEventFromPool()/FSafeRecyclableEvent::GetRawEvent()
Parameters
| Name | Remarks |
|---|---|
| bIsManualReset | Whether the event requires manual reseting or not. |