Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
Include |
#include "Engine/EngineBaseTypes.h" |
Source |
/Engine/Source/Runtime/Engine/Private/URL.cpp |
Returns the value associated with an option.
The value of the named option, or Default if the option wasn't found.
Parameter |
Description |
---|---|
Match |
The name of the option to get. |
Default |
The value to return if the option wasn't found. |