Describes what kind of function a property is.
More...
#include <AbstractProperty.h>
Describes what kind of function a property is.
◆ Enum
Enumerator |
---|
Member | A normal member function, a valid instance pointer must be provided to call.
|
StaticMember | A static member function, instance pointer will be ignored.
|
Constructor | A constructor. Return value is a void* pointing to the new instance allocated with the default allocator.
|
The documentation for this struct was generated from the following file:
- /home/runner/work/XII/XII/Source/Engine/Foundation/Reflection/Implementation/AbstractProperty.h