Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FSingleThreadEvent
Deprecated * Direct creation of FEvent is discouraged for performance reasons. Please use FPlatformProcess::GetSynchEventFromPool/ReturnSynchEventToPool.
- FEvent::Create()
- FSingleThreadEvent::Create()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/SingleThreadEvent.h |
Include | #include "Misc/SingleThreadEvent.h" |
virtual bool Create
&40;
bool bIsManualReset
&41;
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. |