Inherits ScriptCanvas::SlotDescriptor.
Additional Inherited Members | |
Public Member Functions inherited from ScriptCanvas::SlotDescriptor | |
| AZ_CLASS_ALLOCATOR (SlotDescriptor, AZ::SystemAllocator) | |
| AZ_TYPE_INFO (SlotDescriptor, "{FBF1C3A7-AA74-420F-BBE4-29F78D6EA262}") | |
| SlotDescriptor (CombinedSlotType slotType) | |
| constexpr | SlotDescriptor (ConnectionType connectionType, SlotTypeDescriptor slotType) |
| bool | CanConnectTo (const SlotDescriptor &slotDescriptor) const |
| constexpr bool | operator== (const SlotDescriptor &other) const |
| constexpr bool | operator!= (const SlotDescriptor &other) const |
| constexpr bool | IsInput () const |
| constexpr bool | IsOutput () const |
| constexpr bool | IsData () const |
| constexpr bool | IsExecution () const |
| constexpr bool | IsValid () const |
Public Attributes inherited from ScriptCanvas::SlotDescriptor | |
| ConnectionType | m_connectionType = ConnectionType::Unknown |
| SlotTypeDescriptor | m_slotType = SlotTypeDescriptor::Unknown |