A Demo Project for the UnrealEngineSDK
|
UCLASS(config = Engine, defaultconfig) More...
#include <VaRestSettings.h>
Public Attributes | |
bool | bExtendedLog |
UPROPERTY(Config, EditAnywhere, Category = "VaRest") | |
bool | bUseChunkedParser |
UPROPERTY(Config, EditAnywhere, Category = "VaRest") | |
Private Member Functions | |
GENERATED_UCLASS_BODY () | |
UCLASS(config = Engine, defaultconfig)
Definition at line 11 of file VaRestSettings.h.
|
private |
|
ConfigEditAnywhere |
UPROPERTY(Config, EditAnywhere, Category = "VaRest")
You can disable request content logging to avoid security vulnerability
Definition at line 22 of file VaRestSettings.h.
|
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.