Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Description
Creates a new event.
| Name | CreateSynchEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformProcess.h |
| Include Path | #include "GenericPlatform/GenericPlatformProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformProcess.cpp |
static FEvent * CreateSynchEvent
(
bool bIsManualReset
)
A new event, or nullptr none could be created.
Parameters
| Name | Remarks |
|---|---|
| bIsManualReset | Whether the event requires manual reseting or not. |
See Also
-
GetSynchEventFromPool
-
ReturnSynchEventToPool 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()