ezEngine  Release 25.03
ezFunctionType Struct Reference

Describes what kind of function a property is. More...

#include <AbstractProperty.h>

Inheritance diagram for ezFunctionType:

Public Types

enum  Enum { Member, StaticMember, Constructor, Default = Member }
 
using StorageType = ezUInt8
 

Detailed Description

Describes what kind of function a property is.

Member Enumeration Documentation

◆ 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: