ProjectM/Source/ProjectT/System/Core/ELoadingPhase.h

13 lines
147 B
C

#pragma once
#include "CoreMinimal.h"
UENUM(BlueprintType)
enum class ELoadingPhase : uint8
{
None,
MapLoading,
ShaderCompiling,
Finished
};