UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CookAssetRegistryAccessTracker_IgnoreScope.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#include "CoreTypes.h"
4
6{
9 {
10 public:
13
15
16 private:
17 bool bPreviousValue;
18 };
19}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition CookAssetRegistryAccessTracker_IgnoreScope.h:9
COREUOBJECT_API FIgnoreScope()
Definition CookAssetRegistryAccessTracker_IgnoreScope.cpp:9
static COREUOBJECT_API bool ShouldIgnoreAccessTracker()
Definition CookAssetRegistryAccessTracker_IgnoreScope.cpp:20
COREUOBJECT_API ~FIgnoreScope()
Definition CookAssetRegistryAccessTracker_IgnoreScope.cpp:15
Definition CookAssetRegistryAccessTracker_AddPackageDep.cpp:6