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

UOvrPlatformUtilsLibrary Class

Extends UBlueprintFunctionLibrary

Member Functions

UFUNCTION ()
Function to auto-convert from FOculusId to FString.
Signature
UOvrPlatformUtilsLibrary::UFUNCTION(BlueprintPure, meta=(DisplayName="ToString (OvrId)", CompactNodeTitle="->", BlueprintAutocast), Category="OculusPlatform|Utils") static FString Conv_OvrIdToString(FOvrId Id)
Parameters
BlueprintPure
meta
Category
UFUNCTION ()
Function to auto-convert from int64 to FString.
Signature
UOvrPlatformUtilsLibrary::UFUNCTION(BlueprintPure, meta=(DisplayName="ToOvrId (Int64)", CompactNodeTitle="->", BlueprintAutocast), Category="OculusPlatform|Utils") static FOvrId Conv_Int64ToOvrId(int64 Id)
Parameters
BlueprintPure
meta
Category

Static Member Functions

EqualEqual_OvrIdOvrId ( A , B )
Utility to compare two Oculus ids in blueprint.
Signature
static bool UOvrPlatformUtilsLibrary::EqualEqual_OvrIdOvrId(const FOvrId &A, const FOvrId &B)
Parameters
A: const FOvrId &
B: const FOvrId &
Returns
bool
MakeRandomSessionId ( Prefix )
Builds a random id.
Signature
static FString UOvrPlatformUtilsLibrary::MakeRandomSessionId(const FString &Prefix)
Parameters
Prefix: const FString &  - The prefix to use for the random symbol.
Returns
FString  The supplied prefix followed by a 9 digit random number.