Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UOnlineBlueprintCallProxyBase
- UCreateSessionCallbackProxy
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h |
| Include | #include "CreateSessionCallbackProxy.h" |
Syntax
UCLASS&40;MinimalAPI&41;
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 | |
|---|---|---|---|
| UCreateSessionCallbackProxy * | CreateSession
(
UObject* WorldContextObject, |
Creates a session with the default online subsystem. |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |