Open 3D Engine GraphModel Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
GraphModel::SlotDefinition Member List

This is the complete list of members for GraphModel::SlotDefinition, including all inherited members.

AZ_CLASS_ALLOCATOR(SlotDefinition, AZ::SystemAllocator) (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
AZ_RTTI(SlotDefinition, "{917F9C1A-1513-4694-B25A-D6404A4991ED}") (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
GetDefaultValue() constGraphModel::SlotDefinition
GetDescription() constGraphModel::SlotDefinition
GetDisplayName() constGraphModel::SlotDefinition
GetEnumValues() constGraphModel::SlotDefinition
GetExtensionLabel() constGraphModel::SlotDefinition
GetExtensionTooltip() constGraphModel::SlotDefinition
GetMaximumSlots() constGraphModel::SlotDefinition
GetMinimumSlots() constGraphModel::SlotDefinition
GetName() constGraphModel::SlotDefinition
GetSlotDirection() const (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
GetSlotType() const (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
GetSupportedDataTypes() constGraphModel::SlotDefinition
Is(SlotDirection slotDirection, SlotType slotType) constGraphModel::SlotDefinition
IsEditableOnNode() constGraphModel::SlotDefinition
IsVisibleOnNode() constGraphModel::SlotDefinition
SlotDefinition()=default (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
SlotDefinition(SlotDirection slotDirection, SlotType slotType, const AZStd::string &name, const AZStd::string &displayName, const AZStd::string &description={}, const DataTypeList &supportedDataTypes={}, const AZStd::any &defaultValue={}, int minimumSlots={}, int maximumSlots={}, const AZStd::string &addButtonLabel={}, const AZStd::string &addButtonTooltip={}, const AZStd::vector< AZStd::string > &enumValues={}, bool visibleOnNode=true, bool editableOnNode=true) (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
SupportsConnections() constGraphModel::SlotDefinition
SupportsDataTypes() constGraphModel::SlotDefinition
SupportsExtendability() constGraphModel::SlotDefinition
SupportsValues() constGraphModel::SlotDefinition
~SlotDefinition()=default (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinitionvirtual