This is the complete list of members for AZ::BehaviorMethod, including all inherited members.
| AddOverload(BehaviorMethod *method) (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| AddReflectFunction(AZ::Uuid typeId, StaticReflectionFunctionPtr reflectFunction) | AZ::OnDemandReflectionOwner | |
| BehaviorMethod(BehaviorContext *context) (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| Call(AZStd::span< BehaviorArgument > arguments, BehaviorArgument *result=nullptr) const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| Call(BehaviorArgument *arguments, unsigned int numArguments, BehaviorArgument *result=nullptr) const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| GetArgument(size_t index) const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| GetArgumentName(size_t index) const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| GetArgumentToolTip(size_t index) const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| GetBusIdArgument() const =0 | AZ::BehaviorMethod | pure virtual |
| GetDefaultValue(size_t index) const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| GetDeprecatedName() const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| GetMinNumberOfArguments() const =0 | AZ::BehaviorMethod | pure virtual |
| GetNumArguments() const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| GetResult() const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| HasBusId() const =0 | AZ::BehaviorMethod | pure virtual |
| HasResult() const =0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| Invoke(Args &&... args) const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| Invoke() const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| InvokeResult(R &r, Args &&... args) const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| InvokeResult(R &r) const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| IsAnOverload(BehaviorMethod *candidate) const (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| IsCallable(AZStd::span< BehaviorArgument > arguments, BehaviorArgument *result=nullptr) const =0 | AZ::BehaviorMethod | pure virtual |
| IsMember() const =0 | AZ::BehaviorMethod | pure virtual |
| m_attributes | AZ::BehaviorMethod | |
| m_debugDescription (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| m_deprecatedName | AZ::BehaviorMethod | |
| m_isConst | AZ::BehaviorMethod | |
| m_name | AZ::BehaviorMethod | |
| m_overload (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| OnDemandReflectionOwner()=delete (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | |
| OnDemandReflectionOwner(const OnDemandReflectionOwner &)=delete (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | |
| OnDemandReflectionOwner(OnDemandReflectionOwner &&)=delete (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | |
| OnDemandReflectionOwner(ReflectContext &context) | AZ::OnDemandReflectionOwner | explicitprotected |
| operator=(const OnDemandReflectionOwner &)=delete (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | |
| operator=(OnDemandReflectionOwner &&)=delete (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | |
| OverrideParameterTraits(size_t index, AZ::u32 addTraits, AZ::u32 removeTraits)=0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| ProcessAuxiliaryMethods(BehaviorContext *context, BehaviorMethod &method) (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| ResultOutcome typedef (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| SetArgumentName(size_t index, AZStd::string name)=0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| SetArgumentToolTip(size_t index, AZStd::string name)=0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| SetDefaultValue(size_t index, BehaviorDefaultValuePtr defaultValue)=0 (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | pure virtual |
| SetDeprecatedName(AZStd::string name) (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| ~BehaviorMethod() override (defined in AZ::BehaviorMethod) | AZ::BehaviorMethod | |
| ~OnDemandReflectionOwner() (defined in AZ::OnDemandReflectionOwner) | AZ::OnDemandReflectionOwner | virtual |