YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A BlueprintFunctionLibrary for the Portals system.
Static Public Member Functions | |
static void | OpenRandomYomPortalFromPlayer (AYomPlayer *pPlayer, const FString &pUrl) |
Opens a random portal in the world of the player to the url. More... | |
static AYomPortal * | OpenRandomYomPortalInWorld (AYomPlayer *pPlayer, UWorld *pWorld, const FString &pUrl) |
Opens a random portal in the world to the url. More... | |
static void | OpenYomPortal (AYomPlayer *pPlayer, AYomPortal *pPortal, const FString &pUrl) |
Opens a portal in the world to the url. More... | |
static void | CloseYomPortal (AYomPlayer *pPlayer, AYomPortal *pPortal) |
Closes the portal. More... | |
static AYomPortal * | GetRandomAvailableYomPortal (UObject *pWorldContextObject) |
Gets a random portal from the world. More... | |
static AYomPortal * | GetYomPortalFromID (UObject *pWorldContextObject, int pPortalID) |
Gets a portal from an ID. More... | |
static FTransform | GetTransformFromPortalID (UObject *pWorldContextObject, int pPortalID) |
Gets the transform from a portalID. More... | |
|
static |
Closes the portal.
pPortal | The portal to close |
|
static |
Gets a random portal from the world.
pWorldContextObject | An object of the world (is set by unreal) |
|
static |
Gets the transform from a portalID.
pWorldContextObject | An object of the world (is set by unreal) |
pPortalID | The portalID |
|
static |
Gets a portal from an ID.
pWorldContextObject | An object of the world (is set by unreal) |
pPortalID | The ID |
|
static |
Opens a random portal in the world of the player to the url.
pPlayer | The player that opens the portal |
pUrl | The url of the other world |
|
static |
Opens a random portal in the world to the url.
pWorld | The world to open the portal in |
pUrl | The url of the other world |
|
static |
Opens a portal in the world to the url.
pPortal | The portal to open |
pUrl | The url to portal to |