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

MRUtilityKitSerializationHelpers.h File

Functions

TSharedPtr< FJsonValue > MRUKSerialize
( const FString & String )
void MRUKDeserialize
( const FJsonValue & Value,
FString & String )
TSharedPtr< FJsonValue > MRUKSerialize
( const FOculusXRUUID & UUID )
void MRUKDeserialize
( const FJsonValue & Value,
FOculusXRUUID & UUID )
TSharedPtr< FJsonValue > MRUKSerialize
( const double & Number )
void MRUKDeserialize
( const FJsonValue & Value,
double & Number )
TSharedPtr< FJsonValue > MRUKSerialize
( const FOculusXRRoomLayout & RoomLayout )
void MRUKDeserialize
( const FJsonValue & Value,
FOculusXRRoomLayout & RoomLayout )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TVector2< T > & Vector )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TVector2< T > & Vector )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TVector< T > & Vector )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TVector< T > & Vector )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TRotator< T > & Rotation )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TRotator< T > & Rotation )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TBox2< T > & Box )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TBox2< T > & Box )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TBox< T > & Box )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TBox< T > & Box )
TSharedPtr< FJsonValue > MRUKSerialize
( const UE::Math::TTransform< T > & Transform )
void MRUKDeserialize
( const FJsonValue & Value,
UE::Math::TTransform< T > & Transform )
TSharedPtr< FJsonValue > MRUKSerialize
( const TArray< T > & Array )
void MRUKDeserialize
( const FJsonValue & Value,
TArray< T > & OutArray )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon