USTRUCT(BlueprintType)  
 More...
#include <XAPIExtension.h>
|  | 
| TMap< FString, TSharedPtr< FJsonValue > > | Fields | 
|  | 
USTRUCT(BlueprintType) 
Definition at line 15 of file XAPIExtension.h.
◆ FXAPIExtension() [1/2]
  
  | 
        
          | FXAPIExtension::FXAPIExtension | ( |  | ) |  |  | inline | 
 
 
◆ ~FXAPIExtension()
  
  | 
        
          | virtual FXAPIExtension::~FXAPIExtension | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ FXAPIExtension() [2/2]
◆ Add()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::Add | ( | FString | InKey, |  
          |  |  | const TSharedPtr< FJsonValue > & | InValue ) |  | inline | 
 
 
◆ AddBoolean()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddBoolean | ( | FString | InKey, |  
          |  |  | const bool & | InValue ) |  | inline | 
 
 
◆ AddCustom()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddCustom | ( | FString | InKey, |  
          |  |  | const TSharedPtr< FJsonValue > & | InValue ) |  | inline | 
 
 
◆ AddCustomBoolean()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddCustomBoolean | ( | FString | InKey, |  
          |  |  | const bool & | InValue ) |  | inline | 
 
 
◆ AddCustomNumber()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddCustomNumber | ( | FString | InKey, |  
          |  |  | const int & | InValue ) |  | inline | 
 
 
◆ AddCustomString()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddCustomString | ( | FString | InKey, |  
          |  |  | const FString & | InValue ) |  | inline | 
 
 
◆ AddNumber()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddNumber | ( | FString | InKey, |  
          |  |  | const int & | InValue ) |  | inline | 
 
 
◆ AddString()
  
  | 
        
          | TSharedPtr< FJsonValue > & FXAPIExtension::AddString | ( | FString | InKey, |  
          |  |  | const FString & | InValue ) |  | inline | 
 
 
◆ Clone()
◆ FromJsonObject()
  
  | 
        
          | virtual void FJsonable::FromJsonObject | ( | const TSharedPtr< FJsonObject > & | JObject | ) |  |  | inlinevirtualinherited | 
 
Reimplemented in FAPEXRequestFailed, FPSessionData, FSessionData, FCompleteSessionData, FAPEXOrganization, FUserSessionData, FApexUserData, FSessionReportData, FTopTenData, FAPEXAuthenticationCode, FXAPIInteractionComponent, FXAPIActivityDefinition, FXAPIAgent, FXAPIVerb, FXAPIActivity, FXAPIContext, FXAPIScore, FXAPIResult, FXAPIStatementBase, and FXAPIStatement.
Definition at line 18 of file ApexJSON.h.
 
 
◆ GENERATED_BODY()
      
        
          | FXAPIExtension::GENERATED_BODY | ( |  | ) |  | 
      
 
 
◆ IsEmpty()
  
  | 
        
          | virtual bool FXAPIExtension::IsEmpty | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ operator=()
◆ ToJsonObject()
  
  | 
        
          | virtual TSharedPtr< FJsonObject > FXAPIExtension::ToJsonObject | ( |  | ) | const |  | inlineoverridevirtual | 
 
 
◆ Fields
      
        
          | TMap<FString, TSharedPtr<FJsonValue> > FXAPIExtension::Fields | 
      
 
 
The documentation for this struct was generated from the following file: