The overlay interface of the GamePlatform plugin abstracts the various overlay options provided by the platform APIs.
Opens a platform browser on the platform with the specified target address.
| Platforms | Steam |
|---|---|
| API | Cry::GamePlatform::IService::OpenBrowser |
| Flow Graph Nodes | GamePlatform:Overlay:OpenBrowser |
| Schematyc Nodes | Function::GamePlatform::Service::Overlay::OpenBrowser |
Opens the specified platform dialog (for example, Add Friend).
| Platforms | Steam |
|---|---|
| API | Cry::GamePlatform::IService::OpenDialog |
| Flow Graph Nodes | GamePlatform:Overlay:OpenDialog |
| Schematyc Nodes | Function::GamePlatform::Service::Overlay::OpenDialog |
Opens the specified dialog with the specified user on the platform (for example, private message chat).
| Platforms | Steam |
|---|---|
| API | Cry::GamePlatform::IService::OpenDialogWithTargetUser |
| Flow Graph Nodes | GamePlatform:Overlay:OpenDialogWithTarget |
| Schematyc Nodes | Function::GamePlatform::Service::Overlay::OpenDialogWithTargetUser |
Tries to open the purchase overlay for the specified product.
| Platforms | Steam |
|---|---|
| API | Cry::GamePlatform::IService::OpenPurchaseOverlay |
| Flow Graph Nodes | GamePlatform:Overlay:OpenPurchaseOverlay |
| Schematyc Nodes | Function::GamePlatform::Service::Overlay::OpenPurchaseOverlay |