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