UOvrPlatformUtilsLibrary Class
Extends UBlueprintFunctionLibrary
UFUNCTION ( BlueprintPure ,
meta ,
Category )
Function to auto-convert from FOculusId to FString.
UFUNCTION ( BlueprintPure ,
meta ,
Category )
Function to auto-convert from int64 to FString.
static bool EqualEqual_OvrIdOvrId Utility to compare two Oculus ids in blueprint.
static FString MakeRandomSessionId ( const FString & Prefix )
Builds a random id.
ParametersPrefix- The prefix to use for the random symbol.
ReturnsThe supplied prefix followed by a 9 digit random number.