unreal.PropertyDef

class unreal.PropertyDef(type: type, meta: Optional[Dict[str, str]], getter: Optional[str], setter: Optional[str])

Bases: object

Type used to define FProperty fields from Python