Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FPackageAccessRefScope |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackageAccessTracking.h |
| Include Path | #include "Misc/PackageAccessTracking.h" |
Syntax
class FPackageAccessRefScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPackageAccessRefScope
(
FName InOpName |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope
(
const ITargetPlatform* InTargetPlatform |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope
(
FName InPackageName, |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope
(
const UObject* InObject, |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope
(
ECookResultProjectionType, |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope
(
FName InPackageName, |
Misc/PackageAccessTracking.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPackageAccessRefScope() |
Misc/PackageAccessTracking.h |
Enums
Public
| Name | Remarks |
|---|---|
| ECookResultProjectionType |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CurrentThreadScope | thread_local FPackageAccessRefScope * | Misc/PackageAccessTracking.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccumulatedData | FTrackedData | Misc/PackageAccessTracking.h | ||
| DirectData | FTrackedData | Misc/PackageAccessTracking.h | ||
| Outer | FPackageAccessRefScope * | Misc/PackageAccessTracking.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetOpName() |
Misc/PackageAccessTracking.h | ||
FPackageAccessRefScope * GetOuter() |
Misc/PackageAccessTracking.h | ||
FName GetPackageName() |
Misc/PackageAccessTracking.h | ||
const ITargetPlatform * GetTargetPlatform() |
Misc/PackageAccessTracking.h | ||
void SetPackageName
(
FName InPackageName |
Misc/PackageAccessTracking.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTrackedData * GetCurrentThreadAccumulatedData() |
Misc/PackageAccessTracking.h | ||
static FPackageAccessRefScope * GetCurrentThreadScope() |
Misc/PackageAccessTracking.h |