Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformProcess
Description
Gets an event from the pool or creates a new one if necessary.
| Name | GetSynchEventFromPool |
| 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 * GetSynchEventFromPool
(
bool bIsManualReset
)
An event, or nullptr none could be created.
Parameters
| Name | Remarks |
|---|---|
| bIsManualReset | Whether the event requires manual reseting or not. |
See Also
-
ReturnSynchEventToPool