ISimulationEditorExtender::ExtendViewportShowMenu

Called from the editor to add simulation specific entries to the "Show" menu on the Persona viewport.

Unreal Engine C++ API Reference > Editor > ClothingSystemEditorInterface > ISimulationEditorExtender

  • ISimulationEditorExtender::ExtendViewportShowMenu()

References

   
Module ClothingSystemEditorInterface
Header /Engine/Source/Editor/ClothingSystemEditorInterface/Public/SimulationEditorExtender.h
Include #include "SimulationEditorExtender.h"
void ExtendViewportShowMenu
(
    [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder,
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IPersonaPreviewScene](API\Editor\Persona\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library