Open 3D Engine GraphModel Gem API Reference  23.05.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() const GraphModel::SlotDefinition
GetDescription() const GraphModel::SlotDefinition
GetDisplayName() const GraphModel::SlotDefinition
GetEnumValues() const GraphModel::SlotDefinition
GetExtensionLabel() const GraphModel::SlotDefinition
GetExtensionTooltip() const GraphModel::SlotDefinition
GetMaximumSlots() const GraphModel::SlotDefinition
GetMinimumSlots() const GraphModel::SlotDefinition
GetName() const GraphModel::SlotDefinition
GetSlotDirection() const (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
GetSlotType() const (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinition
GetSupportedDataTypes() const GraphModel::SlotDefinition
Is(SlotDirection slotDirection, SlotType slotType) const GraphModel::SlotDefinition
IsEditableOnNode() const GraphModel::SlotDefinition
IsVisibleOnNode() const GraphModel::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() const GraphModel::SlotDefinition
SupportsDataTypes() const GraphModel::SlotDefinition
SupportsExtendability() const GraphModel::SlotDefinition
SupportsValues() const GraphModel::SlotDefinition
~SlotDefinition()=default (defined in GraphModel::SlotDefinition)GraphModel::SlotDefinitionvirtual