Files
2025-05-18 13:04:45 +08:00

21 lines
952 B
Plaintext

Availability:NoPublish
Title:PlayWorld Tool Tips
Crumbs:
[EXCERPT:Simulate]
This will start a Simulate In Editor (SIE) session, in which gameplay takes place without the player. During simulation, physics, Blueprints, C++ code, and animations are all active. The player pawn is not possessed, so no gameplay input can be entered. Editor tools remain accessible during simulation, so Actors can be added and changed.
[VAR:ToolTipFullLink]
Engine/UI/LevelEditor/InEditorTesting#simulateineditor
[/VAR]
[/EXCERPT:Simulate]
[EXCERPT:RepeatLastPlay]
This will start a Play In Editor (PIE) session, so that gameplay can be tested directly from the editor. Different modes and options for Play In Editor sessions can be selected in the dropdown menu, and the Play In button will use the same settings that were selected for the previous session.
[VAR:ToolTipFullLink]
Engine/UI/LevelEditor/InEditorTesting#playineditor
[/VAR]
[/EXCERPT:RepeatLastPlay]