8namespace UE {
namespace AccessDetection {
14 Ini UE_DEPRECATED(5.4,
"Use FConfigAccessTracking in ConfigAccessTracking instead") = 1 << 1,
34 if (Private::GNumLiveScopes > 0)
36 Private::ReportCurrentThreadAccess(Type);
44 FScope() { Private::SetCurrentThreadScope(
this); }
45 ~FScope() { Private::SetCurrentThreadScope(
nullptr); }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define ENUM_CLASS_FLAGS(Enum)
Definition EnumClassFlags.h:6
Type
Definition PawnAction_Move.h:11
Definition OverriddenPropertySet.cpp:45
EType
Definition AccessDetection.h:11
FORCEINLINE void ReportAccess(EType Type)
Definition AccessDetection.h:56
Definition AdvancedWidgetsModule.cpp:13