Navigation
API > API/Plugins > API/Plugins/SoundCueTemplates
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FSoundCueContainerDetailCustomization
References
| Module | SoundCueTemplates |
| Header | /Engine/Plugins/Runtime/SoundCueTemplates/Source/SoundCueTemplates/Public/SoundCueContainer.h |
| Include | #include "SoundCueContainer.h" |
Syntax
class FSoundCueContainerDetailCustomization : public IDetailCustomization
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
||
| void | Register
(
FPropertyEditorModule& PropertyModule |
||
| void | Unregister
(
FPropertyEditorModule& PropertyModule |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |