MultiWorld 1.9.1
Manage multiple isolated UWorld instances simultaneously in Unreal Engine, transferring player and actors between worlds.
|
Wrap an UWorld. More...
#include <MultiWorldHandle.h>
Public Member Functions | |
UObject * | GetWorldContextObject () const |
Return the WorldContextObject for this world. More... | |
bool | operator!= (const FMultiWorldHandle &Other) const |
the inequality operator More... | |
bool | operator== (const FMultiWorldHandle &Other) const |
the equality operator More... | |
Friends | |
class | UMultiWorldManager |
Wrap an UWorld.
The main purpose for this is to distinct Worlds handled by the plugin from the main world handled by the Engine. Handles are created only by the FMultiWorldManager subsystem and are used as argument of its API.
|
inline |
Return the WorldContextObject for this world.
|
inline |
the inequality operator
|
inline |
the equality operator