3#include <RmlUiPlugin/RmlUiPluginDLL.h>
5#include <RmlUi/Include/RmlUi/Core.h>
7namespace plRmlUiConversionUtils
10 PL_RMLUIPLUGIN_DLL Rml::Variant ToVariant(
const plVariant& value);
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44
Enum
This enum describes the type of data that is currently stored inside the variant. Note that changes t...
Definition VariantType.h:26
@ Invalid
The variant stores no (valid) data at the moment.
Definition VariantType.h:27