|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
The Definition struct represents a type definition for ExpressoType. More...
#include <ArticyExpressoScripts.h>
Public Attributes | |
| TFunction< ExpressoType(UArticyBaseObject *, FProperty *)> | Factory |
| Factory function to create an ExpressoType from a property. | |
| TFunction< void(UArticyBaseObject *, FProperty *, const ExpressoType &)> | Setter |
| Setter function to set a property from an ExpressoType value. | |
The Definition struct represents a type definition for ExpressoType.
The Definition struct contains factory and setter functions for creating and setting ExpressoType instances.