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
8struct FSlowTask;
9
10/** A stack of feedback scopes */
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};
float GetProgressFraction(int32 Index) const