MultiWorld 1.9.1
Manage multiple isolated UWorld instances simultaneously in Unreal Engine, transferring player and actors between worlds.
|
Actors can implement this interface to be notified when the local player has entered/exited the world where they live. More...
#include <MultiWorldActorInterface.h>
Public Member Functions | |
void | OnEnteringWorld () |
Invoked when the local player has entered the world where this actor lives. More... | |
void | OnExitingWorld () |
Invoked when the local player has exited the world where this actor lives. More... | |
Actors can implement this interface to be notified when the local player has entered/exited the world where they live.
void IMultiWorldActorInterface::OnEnteringWorld | ( | ) |
Invoked when the local player has entered the world where this actor lives.
void IMultiWorldActorInterface::OnExitingWorld | ( | ) |
Invoked when the local player has exited the world where this actor lives.