1.x.x
Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
XAPIBase.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 "
ApexJSON.h
"
7
#include "XAPIBase.generated.h"
8
9
USTRUCT()
10
struct APEXSDK_API
FXAPIBase
: public
FJsonable
11
{
12
GENERATED_BODY()
13
14
virtual ~
FXAPIBase
() {}
15
16
virtual
bool
IsEmpty()
const
17
{
18
return
true
;
19
}
20
};
ApexJSON.h
FJsonable
USTRUCT()
Definition
ApexJSON.h:13
FXAPIBase
USTRUCT()
Definition
XAPIBase.h:13
FXAPIBase::GENERATED_BODY
GENERATED_BODY()
FXAPIBase::~FXAPIBase
virtual ~FXAPIBase()
Definition
XAPIBase.h:16
FXAPIBase::IsEmpty
virtual bool IsEmpty() const
Definition
XAPIBase.h:18
Public
XAPIBase.h
Generated
Wed Oct 9 2024 19:24:49
by Doxygen version
1.10.0