FURL::GetOption

Returns the value associated with an option.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/URL.cpp

Syntax

const TCHAR * GetOption
(
    const TCHAR * Match,
    const TCHAR * Default
) const

Remarks

Returns the value associated with an option.

Returns

The value of the named option, or Default if the option wasn't found.

Parameters

Parameter

Description

Match

The name of the option to get.

Default

The value to return if the option wasn't found.

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