Remarks
Retrieve an EOS_ProductUserId from a raw string representing an Epic Online Services Product User 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_ProductUserId_ToString
Return Value
The EOS_ProductUserId that corresponds to the ProductUserIdString
Parameters
EOS_ProductUserId_FromString
Parameter Type And Name | Usage Information |
---|---|
const char* ProductUserIdString | The stringified product user ID for which to retrieve the Epic Online Services Product User ID |