A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestSettings.h
Go to the documentation of this file.
1// Copyright 2014-2019 Vladimir Alyamkin. All Rights Reserved.
2
3#pragma once
4
5#include "VaRestSettings.generated.h"
6
7UCLASS(config = Engine, defaultconfig)
8class VAREST_API UVaRestSettings : public UObject
9{
10 GENERATED_UCLASS_BODY()
12public:
14 UPROPERTY(Config, EditAnywhere, Category = "VaRest")
15 bool bExtendedLog;
16
18 UPROPERTY(Config, EditAnywhere, Category = "VaRest")
19 bool bUseChunkedParser;
20};
UCLASS(config = Engine, defaultconfig)
bool bUseChunkedParser
UPROPERTY(Config, EditAnywhere, Category = "VaRest")
bool bExtendedLog
UPROPERTY(Config, EditAnywhere, Category = "VaRest")