Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FBoolConfigValueHelper Struct Reference

#include <CoreMisc.h>

Public Member Functions

 FBoolConfigValueHelper (const TCHAR *Section, const TCHAR *Key, const FString &Filename=GEditorIni)
 
 operator bool () const
 

Private Attributes

bool bValue
 

Detailed Description

Helper structure for boolean values in config

Definition at line 236 of file CoreMisc.h.

Constructor & Destructor Documentation

◆ FBoolConfigValueHelper()

FBoolConfigValueHelper::FBoolConfigValueHelper ( const TCHAR * Section,
const TCHAR * Key,
const FString & Filename = GEditorIni )

Member Function Documentation

◆ operator bool()

FBoolConfigValueHelper::operator bool ( ) const
inline

Definition at line 243 of file CoreMisc.h.

Member Data Documentation

◆ bValue

bool FBoolConfigValueHelper::bValue
private

Definition at line 239 of file CoreMisc.h.


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