FConfigSection::HasQuotes

Check whether the input string is surrounded by quotes

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h

Include

#include "Misc/ConfigCacheIni.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp

Syntax

static bool HasQuotes
(
    const FString & Test
)

Remarks

Check whether the input string is surrounded by quotes

Returns

true if the input string is surrounded by quotes

Parameters

Parameter

Description

Test

The string to check

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