UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
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
11
struct
FSlowTaskStack
:
TArray
<FSlowTask*>
12
{
14
CORE_API
float
GetProgressFraction
(
int32
Index
)
const
;
15
};
CoreTypes.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
TArray
Definition
Array.h:670
Index
U16 Index
Definition
radfft.cpp:71
FSlowTaskStack
Definition
SlowTaskStack.h:12
FSlowTaskStack::GetProgressFraction
CORE_API float GetProgressFraction(int32 Index) const
Definition
SlowTaskStack.cpp:6
FSlowTask
Definition
SlowTask.h:29
Engine
Source
Runtime
Core
Public
Misc
SlowTaskStack.h
Generated by
1.9.8