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 BlueprintPuremetaCategory |
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 BlueprintPuremetaCategory |
EqualEqual_OvrIdOvrId
(
A
, B
)
| |
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.
|