Public Member Functions | |
| EntryPoint (StaticReflectionFunctionPtr staticEntry) | |
| EntryPoint (AZ::TypeId typeId, const ReflectionFunction &entry) | |
| void | operator() (ReflectContext *context) const |
| bool | operator== (const EntryPoint &other) const |
Public Attributes | |
| StaticReflectionFunctionPtr | m_nonTyped = nullptr |
| AZ::TypeId | m_typeId = AZ::TypeId::CreateNull() |
| ReflectionFunction | m_typed |