ezEngine  Release 25.03
ezReflectedFunctionDescriptor Struct Reference

Stores the description of a reflected function in a serializable form, used by ezReflectedTypeDescriptor. More...

#include <ReflectedType.h>

Inheritance diagram for ezReflectedFunctionDescriptor:

Public Member Functions

 ezReflectedFunctionDescriptor (ezStringView sName, ezBitflags< ezPropertyFlags > flags, ezEnum< ezFunctionType > type, ezArrayPtr< const ezPropertyAttribute *const > attributes)
 
 ezReflectedFunctionDescriptor (const ezReflectedFunctionDescriptor &rhs)
 
void operator= (const ezReflectedFunctionDescriptor &rhs)
 
- Public Member Functions inherited from ezAttributeHolder
 ezAttributeHolder (const ezAttributeHolder &rhs)
 
ezUInt32 GetCount () const
 
const ezPropertyAttributeGetValue (ezUInt32 uiIndex) const
 
void SetValue (ezUInt32 uiIndex, const ezPropertyAttribute *value)
 
void Insert (ezUInt32 uiIndex, const ezPropertyAttribute *value)
 
void Remove (ezUInt32 uiIndex)
 
void operator= (const ezAttributeHolder &rhs)
 

Public Attributes

ezString m_sName
 
ezBitflags< ezPropertyFlagsm_Flags
 
ezEnum< ezFunctionTypem_Type
 
ezFunctionArgumentDescriptor m_ReturnValue
 
ezDynamicArray< ezFunctionArgumentDescriptorm_Arguments
 
- Public Attributes inherited from ezAttributeHolder
ezHybridArray< const ezPropertyAttribute *, 2 > m_Attributes
 
ezArrayPtr< const ezPropertyAttribute *const > m_ReferenceAttributes
 

Detailed Description

Stores the description of a reflected function in a serializable form, used by ezReflectedTypeDescriptor.


The documentation for this struct was generated from the following files: