Remarks
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 |