Navigation
API > API/Editor > API/Editor/ClothingSystemEditorInterface > API/Editor/ClothingSystemEditorInterface/ISimulationEditorExtender
References
| Module | ClothingSystemEditorInterface |
| Header | /Engine/Source/Editor/ClothingSystemEditorInterface/Public/SimulationEditorExtender.h |
| Include | #include "SimulationEditorExtender.h" |
void ExtendViewportShowMenu
(
FMenuBuilder & InMenuBuilder,
TSharedRef < IPersonaPreviewScene > InPreviewScene
)
Remarks
Called from the editor to add simulation specific entries to the "Show" menu on the Persona viewport.
Parameters
| Name | Description |
|---|---|
| InMenuBuilder | The menu builder for the show->clothing menu to extend |
| InPreviewScene | The Persona preview scene from the editor, contains the current preview component |