3#include <Foundation/Reflection/ReflectionUtils.h>
4#include <ToolsFoundation/Reflection/ReflectedType.h>
19 static bool GetFloatFromVariant(
const plVariant& val,
double& out_fValue);
Definition AbstractObjectGraph.h:115
This is the base interface for all properties in the reflection system. It provides enough informatio...
Definition AbstractProperty.h:150
Definition DocumentObjectBase.h:11
Definition DynamicArray.h:81
Provides access to the properties of an plRTTI compatible data storage.
Definition IReflectedTypeAccessor.h:11
This class holds information about reflected types. Each instance represents one type that is known t...
Definition RTTI.h:30
plVariant is a class that can store different types of variables, which is useful in situations where...
Definition Variant.h:44
Stores the description of a reflected type in a serializable form. Used by plPhantomRttiManager to ad...
Definition ReflectedType.h:95
Enum
This enum describes the type of data that is currently stored inside the variant. Note that changes t...
Definition VariantType.h:26