Navigation
API > API/Plugins > API/Plugins/PCG
@todo_pcg: Enable when loading from serialized data view. UENUM(BlueprintType) enum class EPCGDataViewVersionMismatchPolicy : uint8 { Ignore = 0u, Log, Warn, Error }; A class can inherit from this interface to define a process for selecting properties of a PCG Data
| Name | IPCGDataViewPropertySelector |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/DataView/PCGDataViewInterface.h |
| Include Path | #include "Data/DataView/PCGDataViewInterface.h" |
Syntax
class IPCGDataViewPropertySelector
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPCGDataViewPropertySelector() |
Data/DataView/PCGDataViewInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FPCGAttributePropertySelector > GetSelection
(
const FPCGDataView& InDataView |
Allows data types to set custom property selectors. | Data/DataView/PCGDataViewInterface.h |