Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FPThreadEvent
Deprecated * Direct creation of FEvent is discouraged for performance reasons. Please use FPlatformProcess::GetSynchEventFromPool/ReturnSynchEventToPool.
- FEvent::Create()
- FPThreadEvent::Create()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/PThreadEvent.h |
| Include | #include "HAL/PThreadEvent.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. |