UWorldProxy

Proxy class that allows verification on GWorld accesses.

Windows
MacOS
Linux

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

Name Description

Public function

UWorldProxy()

Functions

Name Description

Public function

UWorld *

 

GetReference()

Operators

Name Description

Public function Const

 

operator UWorld *()

Public function

UWorld &

 

operator*()

Public function Const

const UWorld...

 

operator*()

Public function

UWorldProxy ...

 

operator=

(
    UWorld* InWorld
)

Public function

UWorldProxy ...

 

operator=

(
    const UWorldProxy& InProxy
)

Public function Const

bool

 

operator==

(
    const UWorldProxy& Other
)

Public function

UWorld *

 

operator->()

Public function Const

const UWorld...

 

operator->()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss