Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorEngine
Description
Returns the WorldContext for the PIE world, by default will get the first one which will be the server or simulate instance. You need to iterate the context list if you want all the pie world contexts.
| Name | GetPIEWorldContext |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
| Include Path | #include "Editor/EditorEngine.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp |
FWorldContext * GetPIEWorldContext
(
int32 WorldPIEInstance
)