Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
SlowTaskStack.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#
pragma
once
4
5
#
include
"CoreTypes.h"
6
#
include
"Containers/Array.h"
7
8
struct
FSlowTask
;
9
10
/** A stack of feedback scopes */
11
struct
FSlowTaskStack
:
TArray
<
FSlowTask
*>
12
{
13
/** Get the fraction of work that has been completed for the specified index in the stack (0=total progress) */
14
float
GetProgressFraction
(int32 Index)
const
;
15
};
FSlowTask
Definition
SlowTask.h:27
FSlowTaskStack
Definition
SlowTaskStack.h:12
FSlowTaskStack::GetProgressFraction
float GetProgressFraction(int32 Index) const
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
Misc
SlowTaskStack.h
Generated by
1.10.0