12class IPropertySetter {
23 IPropertySetter& operator=(IPropertySetter
const&);
24 IPropertySetter(IPropertySetter
const&);
30 virtual ~IPropertySetter() =
default;
32 virtual ::Scripting::ResultAny set(::entt::meta_handle, ::entt::meta_any) = 0;
34 virtual ::entt::meta_type type()
const = 0;
36 virtual ::std::optional<::entt::meta_type> ownerType()
const = 0;
38 virtual bool isMemberFunction()
const;