Choose your implementation method:
Retrieve an EOS_EpicAccountId from a raw string representing an Epic Account ID. The input string must be null-terminated.
NOTE: There is no validation on the string format, this should only be used with values serialized from legitimate sources such as EOS_EpicAccountId_ToString
Return Value
The EOS_EpicAccountId that corresponds to the AccountIdString
Parameters
EOS_EpicAccountId_FromString
Parameter Type And Name
|
Usage Information
|
const char* AccountIdString
|
The stringified account ID for which to retrieve the Epic Account ID
|
Retrieve an {EpicAccountId} from a raw string representing an Epic Account ID. The input string must be null-terminated.
NOTE: There is no validation on the string format, this should only be used with values serialized from legitimate sources such as {ToString}
Return Value
The {EpicAccountId} that corresponds to the AccountIdString
Parameters
EpicAccountId.FromString
Parameter Type And Name
|
Usage Information
|
string accountIdString
|
The stringified account ID for which to retrieve the Epic Account ID
|
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