Choose your implementation method:
Initialize the Epic Online Services SDK.
Before calling any other function in the SDK, clients must call this function.
This function must only be called one time and must have a corresponding EOS_Shutdown call.
EOS_Success is returned if the SDK successfully initializes.
EOS_AlreadyConfigured is returned if the function has already been called.
EOS_InvalidParameters is returned if the provided options are invalid.
Return Value
An EOS_EResult is returned to indicate success or an error.
Parameters
EOS_Initialize
Initialize the Epic Online Services SDK.
Before calling any other function in the SDK, clients must call this function.
This function must only be called one time and must have a corresponding {Shutdown} call.
{Result.Success} is returned if the SDK successfully initializes.
{Result.AlreadyConfigured} is returned if the function has already been called.
{Result.InvalidParameters} is returned if the provided options are invalid.
Return Value
An {Result} is returned to indicate success or an error.
Parameters
Platform.PlatformInterface.Initialize
Parameter Type And Name
|
Usage Information
|
InitializeOptions options
|
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no