Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystemUtils
Inheritance Hierarchy
- UOnlineBlueprintCallProxyBase
- UCreateSessionCallbackProxy
References
Module | OnlineSubsystemUtils |
Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h |
Include | #include "CreateSessionCallbackProxy.h" |
Syntax
UCLASS (MinimalAPI)
class UCreateSessionCallbackProxy : public UOnlineBlueprintCallProxyBase
Variables
Type | Name | Description | |
---|---|---|---|
FEmptyOnlineDelegate | OnFailure | Called when there was an error creating the session. | |
FEmptyOnlineDelegate | OnSuccess | Called when the session was created successfully. |
Constructors
Type | Name | Description | |
---|---|---|---|
UCreateSessionCallbackProxy
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
void | Activate () |
||
UCreateSessionCallbackProxy * | CreateSession
(
UObject* WorldContextObject, |
Creates a session with the default online subsystem. |