PropertyTypes

The PropertyTypes table contains type information for Unreal Engine properties.
This is primarily used with the RegisterCustomProperty Lua function.

This table is automatically populated with data.
Do not modify the data inside this table.

Structure

KeyValue
ObjectPropertyinternal_value
Int8Propertyinternal_value
Int16Propertyinternal_value
IntPropertyinternal_value
Int64Propertyinternal_value
NamePropertyinternal_value
FloatPropertyinternal_value
StrPropertyinternal_value
BytePropertyinternal_value
BoolPropertyinternal_value
ArrayPropertyinternal_value
MapPropertyinternal_value
StructPropertyinternal_value
ClassPropertyinternal_value
WeakObjectPropertyinternal_value
EnumPropertyinternal_value
TextPropertyinternal_value

Example

local PropertyType = PropertyTypes.ObjectProperty