API reference
API reference
Select your platform
No SDKs available
No versions available

UOvrPlatformUtilsLibrary Class

UOvrPlatformUtilsLibrary extends UBlueprintFunctionLibrary.

Overview

Public Member Functions

UFUNCTION
( BlueprintPure ,
meta ,
Category )
UFUNCTION
( BlueprintPure ,
meta ,
Category )

Static Public Member Functions

static bool
EqualEqual_OvrIdOvrId
( const FOvrId & A,
const FOvrId & B )
static FString
MakeRandomSessionId
( const FString & Prefix )

Details

Member Functions

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 Member Functions

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.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon