UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ScopedSlowTask.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"
7#include "Misc/SlowTask.h"
8
CORE_API FFeedbackContext * GWarn
Definition CoreGlobals.cpp:53
#define UE_FORCEINLINE_HINT
Definition Platform.h:723
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition FeedbackContext.h:30
Definition Text.h:385
Definition ScopedSlowTask.h:32
UE_FORCEINLINE_HINT ~FScopedSlowTask()
Definition ScopedSlowTask.h:47
FScopedSlowTask(float InAmountOfWork, const FText &InDefaultMessage=FText(), bool bInEnabled=true, FFeedbackContext &InContext= *GWarn)
Definition ScopedSlowTask.h:41
Definition SlowTask.h:29
CORE_API void Destroy()
Definition SlowTask.cpp:121
CORE_API void Initialize()
Definition SlowTask.cpp:99