Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlineAsyncTaskManager
| |
|
| Name |
FOnlineThreadTickInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
| Include Path |
#include "OnlineAsyncTaskManager.h" |
Syntax
struct FOnlineThreadTickInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bBreachReported |
bool |
|
OnlineAsyncTaskManager.h |
|
| bIsTicking |
bool |
Is the online thread currently ticking |
OnlineAsyncTaskManager.h |
|
| CurrentTask |
FOnlineAsyncTask * |
Task the online thread is currently ticking |
OnlineAsyncTaskManager.h |
|
| TickStartTime |
double |
Time the online thread began this tick |
OnlineAsyncTaskManager.h |
|