Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBatchContextId
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct an invalid batch | TaskSyncManager.h | ||
FBatchContextId
(
FInternalId InBatchId |
Construct from an internal id TODO: May make private | TaskSyncManager.h |
FBatchContextId()
Description
Construct an invalid batch
| Name | FBatchContextId |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TaskSyncManager.h |
| Include Path | #include "TaskSyncManager.h" |
FBatchContextId()
FBatchContextId(FInternalId)
Description
Construct from an internal id TODO: May make private
| Name | FBatchContextId |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TaskSyncManager.h |
| Include Path | #include "TaskSyncManager.h" |
FBatchContextId
(
FInternalId InBatchId
)