GetValue

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    FString& Value
)

Generic versions for use with templates

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    FText& Value
)

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    int32& Value
)

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    float& Value
)

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    int64& Value
)

Public function Const

bool

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    bool& Value
)

Public function Const

int32

 

GetValue

(
    const TCHAR* Section,
    const TCHAR* Key,
    TArray< FString >& Value
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss