Navigation
API > API/Plugins > API/Plugins/PCG
Wrapper to do ref-counting inside of FPCGDataCollection, so we can release temporary resources earlier.
| Name | FPCGDataPtrWrapper |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGDataPtrWrapper.h |
| Include Path | #include "Data/PCGDataPtrWrapper.h" |
Syntax
USTRUCT ()
struct FPCGDataPtrWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Data/PCGDataPtrWrapper.h | |||
FPCGDataPtrWrapper
(
const UPCGData* InData |
Data/PCGDataPtrWrapper.h | ||
FPCGDataPtrWrapper
(
FPCGDataPtrWrapper&& InWrapper |
Data/PCGDataPtrWrapper.h | ||
FPCGDataPtrWrapper
(
const FPCGDataPtrWrapper& InWrapper |
Data/PCGDataPtrWrapper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPCGDataPtrWrapper() |
Data/PCGDataPtrWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UPCGData * Get() |
Data/PCGDataPtrWrapper.h | ||
const TObjectPtr< const UPCGData > GetObjectPtr() |
Data/PCGDataPtrWrapper.h | ||
bool ImportTextItem
(
const TCHAR*& Buffer, |
Data/PCGDataPtrWrapper.h | ||
bool IsA() |
Data/PCGDataPtrWrapper.h | ||
bool Serialize
(
FArchive& Ar |
Data/PCGDataPtrWrapper.h | ||
bool SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
Data/PCGDataPtrWrapper.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DecRefCount () |
Data/PCGDataPtrWrapper.h | ||
void IncRefCount () |
Data/PCGDataPtrWrapper.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DecRefCount
(
const TWeakObjectPtr< const UPCGData >& InWeakData |
Data/PCGDataPtrWrapper.h | ||
static void IncRefCount
(
const UPCGData* InData |
Data/PCGDataPtrWrapper.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator const UPCGData *() |
Data/PCGDataPtrWrapper.h | ||
FPCGDataPtrWrapper & operator=
(
const FPCGDataPtrWrapper& InWrapper |
Data/PCGDataPtrWrapper.h | ||
FPCGDataPtrWrapper & operator=
(
FPCGDataPtrWrapper&& InWrapper |
Data/PCGDataPtrWrapper.h | ||
FPCGDataPtrWrapper & operator=
(
const UPCGData* InData |
Data/PCGDataPtrWrapper.h | ||
const UPCGData * operator->() |
Data/PCGDataPtrWrapper.h |