Navigation
API > API/Plugins > API/Plugins/PCG
Serialize a PCG Data via a Data View into a target format, i.e. Json or Binary.
| Name | UPCGSaveDataViewSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/IO/PCGSaveDataViewElement.h |
| Include Path | #include "Elements/IO/PCGSaveDataViewElement.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI, ClassGroup=(Procedural))
class UPCGSaveDataViewSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGSaveDataViewSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGSaveDataViewSettings() |
Elements/IO/PCGSaveDataViewElement.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOpenDialogueOnEmptyPath | bool | Open a file dialogue on empty path. | Elements/IO/PCGSaveDataViewElement.h |
|
| bOverwriteExistingFile | bool | Overwrite the existing file, if it exists. | Elements/IO/PCGSaveDataViewElement.h |
|
| ConverterClass | TSubclassOf< UPCGDataViewConverterBase > | Elements/IO/PCGSaveDataViewElement.h |
|
|
| ConverterParameters | FInstancedStruct | Elements/IO/PCGSaveDataViewElement.h |
|
|
| FilePath | FFilePath | The file path to save the data. | Elements/IO/PCGSaveDataViewElement.h |
|
Functions
Public
Public Virtual
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EPCGChangeType GetChangeTypeForProperty
(
const FName& InPropertyName |
Gets the change impact for a given property. | Elements/IO/PCGSaveDataViewElement.h | |
virtual FName GetDefaultNodeName() |
Elements/IO/PCGSaveDataViewElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/IO/PCGSaveDataViewElement.h | ||
virtual FText GetNodeTooltipText() |
Elements/IO/PCGSaveDataViewElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/IO/PCGSaveDataViewElement.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEditorOnly() |
Elements/IO/PCGSaveDataViewElement.h | ||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Elements/IO/PCGSaveDataViewElement.h |
Protected Virtual
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/IO/PCGSaveDataViewElement.h | ||
virtual void FixingOverridableParamPropertyClass
(
FPCGSettingsOverridableParam& Param |
There is a weird issue where the BP class is not set correctly in some Server cases. | Elements/IO/PCGSaveDataViewElement.h | |
virtual TArray< FPCGSettingsOverridableParam > GatherOverridableParams() |
Can be overridden to add more custom params (like in BP). | Elements/IO/PCGSaveDataViewElement.h | |
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/IO/PCGSaveDataViewElement.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/IO/PCGSaveDataViewElement.h |