|
YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
The module that is attached to players to allow the player to use portals.
Public Member Functions | |
Blueprint Functions | |
| void | OpenPortal (AYomPortal *pPortal, const FString &pUrl) |
| Opens a portal to a url. More... | |
| void | ClosePortal (AYomPortal *pPortal) |
| Closes the portal. More... | |
| void | SyncPortal (AYomPortal *pPortal, const FPortalData &pPortalData) |
| Synchronizes the portal for this player. More... | |
| void UYomPortallingComponent::ClosePortal | ( | AYomPortal * | pPortal | ) |
Closes the portal.
| pPortal | The portal to open |
| void UYomPortallingComponent::OpenPortal | ( | AYomPortal * | pPortal, |
| const FString & | pUrl | ||
| ) |
Opens a portal to a url.
| pPortal | The portal |
| pUrl | The url |
| void UYomPortallingComponent::SyncPortal | ( | AYomPortal * | pPortal, |
| const FPortalData & | pPortalData | ||
| ) |
Synchronizes the portal for this player.
| pPortal | The portal to synchronize |
| pPortalData | The session data |