URuntimeOptionsBase::Get

Returns the runtime options for the specified type, typically you will make a non-templated overload of Get in your subclass.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/RuntimeOptionsBase.h

Include

#include "Engine/RuntimeOptionsBase.h"

Syntax

template<typename TRuntimeOptionsSubclass>
static const TRuntimeOptionsSubclass & Get()

Remarks

Returns the runtime options for the specified type, typically you will make a non-templated overload of Get in your subclass.

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