|
|
| AZ_TYPE_INFO (SlotId, "{14C629F6-467B-46FE-8B63-48FDFCA42175}") |
| |
|
| SlotId (const SlotId &)=default |
| |
|
| SlotId (const AZ::Uuid &uniqueId) |
| |
| | SlotId (const char *str)=delete |
| |
|
bool | IsValid () const |
| |
|
AZStd::string | ToString () const |
| |
|
bool | operator== (const SlotId &rhs) const |
| |
|
bool | operator!= (const SlotId &rhs) const |
| |
|
|
static void | Reflect (AZ::ReflectContext *context) |
| |
|
|
AZ::Uuid | m_id { AZ::Uuid::CreateNull() } |
| |
◆ SlotId()
| ScriptCanvas::SlotId::SlotId |
( |
const char * |
str | ) |
|
|
explicitdelete |
AZ::Uuid has a constructor not marked as explicit that accepts a const char* Adding a constructor which accepts a const char* and deleting it prevents AZ::Uuid from being initialized with c-strings
The documentation for this struct was generated from the following file:
- Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/Core.h