Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/Details
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FPCGComponentDetails
- FPCGVolumeDetails
References
| Module | PCGEditor |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCGEditor/Public/Details/PCGComponentDetails.h |
| Include | #include "Details/PCGComponentDetails.h" |
Syntax
class FPCGComponentDetails : public IDetailCustomization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TWeakObjectPtr< UPCGComponent > > | SelectedComponents |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | GatherPCGComponentsFromSelection
(
const TArray< TWeakObjectPtr< UObject >>& InObjectSelected |
~End IDetailCustomization interface | |
| TSharedRef< IDetailCustomization > | MakeInstance () |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
~Begin IDetailCustomization interface | |
| void | Called when no longer used and will be deleted |