UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlayInEditorLoadingScope.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
7
namespace
UE::Core::Private
8
{
9
10
class
FPlayInEditorLoadingScope
11
{
12
public
:
13
CORE_API
FPlayInEditorLoadingScope
(
int32
PlayInEditorID
);
14
CORE_API
~FPlayInEditorLoadingScope
();
15
private
:
16
int32
OldValue;
17
};
18
19
}
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
UE::Core::Private::FPlayInEditorLoadingScope
Definition
PlayInEditorLoadingScope.h:11
UE::Core::Private::FPlayInEditorLoadingScope::~FPlayInEditorLoadingScope
CORE_API ~FPlayInEditorLoadingScope()
Definition
CoreGlobals.cpp:869
UE::Core::Private
implementation
Definition
PlayInEditorLoadingScope.h:8
Engine
Source
Runtime
Core
Internal
Misc
PlayInEditorLoadingScope.h
Generated by
1.9.8