UTFWin::PropertyMethods struct

Structure used to define access methods for special property types.

Public types

using Getter = bool(*)(void*arg_0, void*, const ComponentSerialization&serialization)
using Setter = bool(*)(void*arg_0, void*, const ComponentSerialization&serialization)
using SerializerGetter = bool(*)(Serializer&dst, const Serializer&parentSerializer, const SerializedProperty*prop)

Public variables

Getter getter
Setter setter
SerializerGetter serializerGetter