TSharedPtr< FJsonValue > | MRUKSerialize ( const FString & String ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const FOculusXRUUID & UUID ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const double & Number ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const FOculusXRRoomLayout & RoomLayout ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TVector2< T > & Vector ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TVector< T > & Vector ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TRotator< T > & Rotation ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TBox2< T > & Box ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TBox< T > & Box ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const UE::Math::TTransform< T > & Transform ) |
void | |
TSharedPtr< FJsonValue > | MRUKSerialize ( const TArray< T > & Array ) |
void |
TSharedPtr< FJsonValue > MRUKSerialize ( const FString & String ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, FString & String ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const FOculusXRUUID & UUID ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, FOculusXRUUID & UUID ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const double & Number ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, double & Number ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const FOculusXRRoomLayout & RoomLayout ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, FOculusXRRoomLayout & RoomLayout ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TVector2< T > & Vector ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TVector2< T > & Vector ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TVector< T > & Vector ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TVector< T > & Vector ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TRotator< T > & Rotation ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TRotator< T > & Rotation ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TBox2< T > & Box ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TBox2< T > & Box ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TBox< T > & Box ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TBox< T > & Box ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const UE::Math::TTransform< T > & Transform ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, UE::Math::TTransform< T > & Transform ) |
---|
No description available.
|
TSharedPtr< FJsonValue > MRUKSerialize ( const TArray< T > & Array ) |
---|
No description available.
|
void MRUKDeserialize ( const FJsonValue & Value, TArray< T > & OutArray ) |
---|
No description available.
|