Navigation
| Name | PCGEditor |
| Type | Editor |
| Part of Plugins | Procedural Content Generation Framework (PCG) |
| Location | /Engine/Plugins/PCG/Source/PCGEditor/ |
| Module Build Rules | PCGEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FEnumSelectorDetails | Property type customization for an enum selector allowing the user to easily select from a list of available enum classes and then also select a value from that class's options. |
| FPCGAttributePropertySelectorDetails | |
| FPCGBaseTextureDataVisualization | |
| FPCGBlueprintSettingsDetails | |
| FPCGCollisionShapeDataVisualization | Specialization for simple collision shapes |
| FPCGCollisionWrapperDataVisualization | Specialization for collision wrappers |
| FPCGComponentDetails | |
| FPCGCustomHLSLSettingsDetails | Implements a details view customization for the Custom HLSL node settings. |
| FPCGEditableUserParameterDetails | A simple Details Customization that will provide a single property from the graph's FInstancePropertyBag |
| FPCGEditorModule | |
| FPCGGraphDetails | |
| FPCGGraphInstanceDetails | |
| FPCGPrimitiveDataVisualization | Overrides collapse behavior to target a given number of points generated, to avoid too coarse debug (points way bigger than data) or enormous amount of points (points way smaller than data). |
| FPCGVolumeDataVisualization | Specialization for volumes that don't always rely on their primitive component |
| FPCGVolumeDetails | |
| UPCGCollisionVisComponent | |
| UPCGEditorProjectSettings | |
| UPCGEditorSettings | |
| UPCGLevelToAsset |
Structs
| Name | Remarks |
|---|---|
| FColumnInfoOverrides |
Interfaces
| Name | Remarks |
|---|---|
| IPCGLandscapeDataVisualization | Overrides collapse behavior to target a given number of points generated, to avoid too coarse debug (points way bigger than data) or enormous amount of points (points way smaller than data). |
| IPCGParamDataVisualization | |
| IPCGSpatialDataVisualization | Default implementation for spatial data. Collapses to a PointData representation. |
| IPCGSplineDataVisualization | |
| IPCGStaticMeshDataVisualization |
Enums
Public
| Name | Remarks |
|---|---|
| EPCGEditorDoubleClickAction |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NAME_Index | const FName | Names of the columns in the attribute list. | DataVisualizations/PCGDataVisualizationHelpers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PCGDataVisualizationHelpers::AddPropertyEnumColumnInfo
(
FPCGTableVisualizerInfo& OutInfo, |
DataVisualizations/PCGDataVisualizationHelpers.h | ||
void PCGDataVisualizationHelpers::AddPropertyEnumColumnInfo
(
FPCGTableVisualizerInfo& OutInfo, |
DataVisualizations/PCGDataVisualizationHelpers.h | ||
void PCGDataVisualizationHelpers::AddTypedColumnInfo
(
FPCGTableVisualizerInfo& OutInfo, |
DataVisualizations/PCGDataVisualizationHelpers.h | ||
void PCGDataVisualizationHelpers::AddTypedColumnInfo_Impl
(
FPCGTableVisualizerInfo& OutInfo, |
DataVisualizations/PCGDataVisualizationHelpers.h |