Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Editor.h |
| Include | #include "Editor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Editor.cpp |
UWorld * SetPlayInEditorWorld
(
UWorld * PlayInEditorWorld
)
Remarks
Sets GWorld to the passed in PlayWorld and sets a global flag indicating that we are playing in the Editor. the original GWorld
Parameters
| Name | Description |
|---|---|
| PlayInEditorWorld | PlayWorld |