Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorWorldExtensionManager
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorWorldExtension.h |
| Include | #include "EditorWorldExtension.h" |
Syntax
UCLASS (MinimalAPI)
class UEditorWorldExtensionManager : public UObject
Remarks
Holds a map of extension collections paired with worlds
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Default destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEditorWorldExtensionCollection * | GetEditorWorldExtensions
(
UWorld* InWorld, |
Gets the editor world wrapper that is found with the world passed. | |
| void | Tick
(
float DeltaSeconds |
Ticks all the collections |