Main Content

open

Open the Unreal Editor

Since R2020b

Description

Note

open requires Simulink® 3D Animation™.

[status,result] = open(sim3dEditorObj) opens the Unreal Engine® project in the Unreal® Editor.

To develop scenes with the Unreal Editor and co-simulate with Simulink, you need the UAV Toolbox Interface for Unreal Engine Projects support package. The support package contains an Unreal Engine project that allows you to customize the UAV Toolbox scenes. For information about the support package, see Customize Unreal Engine Scenes for UAVs.

Input Arguments

collapse all

sim3d.Editor object for the Unreal Engine project.

Output Arguments

collapse all

Command exit status, returned as either 0 or a nonzero integer. When the command is successful, status is 0. Otherwise, status is a nonzero integer.

  • If command includes the ampersand character (&), then status is the exit status when command starts

  • If command does not include the ampersand character (&), then status is the exit status upon command completion.

Output of the operating system command, returned as a character vector. The system shell might not properly represent non-Unicode® characters.

Version History

Introduced in R2020b

expand all

See Also