Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/Details
Inheritance Hierarchy
- TSharedFromThis< IDetailCustomization >
- IDetailCustomization
- FPCGCustomHLSLSettingsDetails
References
| Module | PCGEditor |
| Header | /Engine/Plugins/PCG/Source/PCGEditor/Public/Details/PCGCustomHLSLSettingsDetails.h |
| Include | #include "Details/PCGCustomHLSLSettingsDetails.h" |
Syntax
class FPCGCustomHLSLSettingsDetails : public IDetailCustomization
Remarks
Implements a details view customization for the Custom HLSL node settings.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |