Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Syntax
class UWorldProxy
Remarks
Proxy class that allows verification on GWorld accesses.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UWorldProxy () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
UWorld * | GetReference () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
|||
![]() |
UWorld & | operator* () |
|
![]() ![]() |
const UWorld & | operator* () |
|
![]() |
UWorldProxy & | ||
![]() |
UWorldProxy & | operator=
(
const UWorldProxy& InProxy |
|
![]() ![]() |
bool | operator==
(
const UWorldProxy& Other |
|
![]() |
UWorld * | operator-> () |
|
![]() ![]() |
const UWorld * | operator-> () |