A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UVaRestSettings Class Referencedefaultconfig

UCLASS(config = Engine, defaultconfig) More...

#include <VaRestSettings.h>

Inheritance diagram for UVaRestSettings:
[legend]

Public Attributes

bool bExtendedLog
 UPROPERTY(Config, EditAnywhere, Category = "VaRest")
 
bool bUseChunkedParser
 UPROPERTY(Config, EditAnywhere, Category = "VaRest")
 

Private Member Functions

 GENERATED_UCLASS_BODY ()
 

Detailed Description

UCLASS(config = Engine, defaultconfig)

Definition at line 11 of file VaRestSettings.h.

Member Function Documentation

◆ GENERATED_UCLASS_BODY()

UVaRestSettings::GENERATED_UCLASS_BODY ( )
private

Member Data Documentation

◆ bExtendedLog

bool UVaRestSettings::bExtendedLog
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "VaRest")

You can disable request content logging to avoid security vulnerability

Definition at line 22 of file VaRestSettings.h.

◆ bUseChunkedParser

bool UVaRestSettings::bUseChunkedParser
ConfigEditAnywhere

UPROPERTY(Config, EditAnywhere, Category = "VaRest")

Use custom chunked parses (best for memory, but has issues with hex-encoded utf-8)

Definition at line 30 of file VaRestSettings.h.


The documentation for this class was generated from the following file: