Unreal access to the PixoVR Platform
Loading...
Searching...
No Matches
PixoPlatformJSON.h
Go to the documentation of this file.
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
#include "Dom/JsonObject.h"
7
#include "PixoPlatformJSON.generated.h"
8
9
USTRUCT()
10
struct PIXOPLATFORMCORE_API
FJsonable
11
{
12
GENERATED_BODY()
13
14
virtual ~
FJsonable
() { }
15
16
virtual
void
FromJsonObject(
const
TSharedPtr<FJsonObject>& JObject)
17
{
18
19
}
20
21
virtual
TSharedPtr<FJsonObject> ToJsonObject()
const
22
{
23
return
nullptr
;
24
}
25
};
FJsonable
USTRUCT()
Definition
PixoPlatformJSON.h:13
FJsonable::~FJsonable
virtual ~FJsonable()
Definition
PixoPlatformJSON.h:16
FJsonable::FromJsonObject
virtual void FromJsonObject(const TSharedPtr< FJsonObject > &JObject)
Definition
PixoPlatformJSON.h:18
FJsonable::ToJsonObject
virtual TSharedPtr< FJsonObject > ToJsonObject() const
Definition
PixoPlatformJSON.h:23
FJsonable::GENERATED_BODY
GENERATED_BODY()
Source
PixoPlatformCore
Public
PixoPlatformJSON.h
Generated
Wed Oct 9 2024 19:29:33
by Doxygen version
1.10.0