ISimulationEditorExtender::ExtendViewportShowMenu

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

Windows
MacOS
Linux

References

Module

ClothingSystemEditorInterface

Header

/Engine/Source/Editor/ClothingSystemEditorInterface/Public/SimulationEditorExtender.h

Include

#include "SimulationEditorExtender.h"

Syntax

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

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss