Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGDataViewRegistry |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/Registry/PCGDataViewRegistry.h |
| Include Path | #include "Data/Registry/PCGDataViewRegistry.h" |
Syntax
class FPCGDataViewRegistry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Data/Registry/PCGDataViewRegistry.h | |||
| Data/Registry/PCGDataViewRegistry.h | |||
FPCGDataViewRegistry
(
const FPCGDataViewRegistry& |
Data/Registry/PCGDataViewRegistry.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPCGDataViewRegistry() |
Data/Registry/PCGDataViewRegistry.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FConverterRegistryType | TMap< const TSubclassOf< UPCGData >, TArray< TSubclassOf< UPCGDataViewConverterBase > > > | Data/Registry/PCGDataViewRegistry.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConverterRegistry | FConverterRegistryType | Data/Registry/PCGDataViewRegistry.h | ||
| PropertySelectorRegistry | TMap< const TSubclassOf< UPCGData >, TUniquePtr< const IPCGDataViewPropertySelector > > | Data/Registry/PCGDataViewRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UPCGDataViewConverterBase * GetConverter
(
const FPCGDataView& InDataView, |
Data/Registry/PCGDataViewRegistry.h | ||
const IPCGDataViewPropertySelector * GetPropertySelector
(
const FPCGDataView& InDataView |
Data/Registry/PCGDataViewRegistry.h | ||
void RegisterConverter
(
const TSubclassOf< UPCGData > InDataClass, |
Data/Registry/PCGDataViewRegistry.h | ||
void RegisterPropertySelector
(
const TSubclassOf< UPCGData > InDataClass, |
Data/Registry/PCGDataViewRegistry.h | ||
void UnregisterConverter
(
const TSubclassOf< UPCGData > InDataClass, |
Data/Registry/PCGDataViewRegistry.h | ||
void UnregisterPropertySelector
(
const TSubclassOf< UPCGData > InDataClass |
Data/Registry/PCGDataViewRegistry.h |
Public Virtual
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Data/Registry/PCGDataViewRegistry.h | |||
FPCGDataViewRegistry & operator=
(
const FPCGDataViewRegistry& |
Data/Registry/PCGDataViewRegistry.h |