![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TaskSyncManager.h>
Public Member Functions | |
| FTaskSyncResult () | |
| FTaskSyncResult (ESyncOperationResult Result, ESyncPointStatus Status=ESyncPointStatus::Unknown) | |
| bool | IsValid () const |
| bool | WasSuccessful () const |
| operator bool () const | |
| bool | WasTaskCreatedForFrame () const |
| bool | WasActivatedForFrame () const |
Public Attributes | |
| ESyncOperationResult | OperationResult |
| ESyncPointStatus | SyncStatus |
Result structure returned from all task sync manager operations. This holds an error code as well as the status of the sync point at operation time, if known.
|
inline |
Invalid result by default
|
inline |
Create from an operation result, defaulting to an unknown sync point status
|
inline |
True if the result has been initialized by an operation
|
inline |
Treat successful as true for if statements
|
inline |
True if the sync point has already been dispatched for this frame
|
inline |
True if the operation was successful
|
inline |
True if a low level task was created this frame for this sync point. The task may have been destroyed if it has completed
| ESyncOperationResult UE::Tick::FTaskSyncResult::OperationResult |
| ESyncPointStatus UE::Tick::FTaskSyncResult::SyncStatus |