clean up comments, add set type action in disabled form

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2022-01-14 12:46:08 -08:00
parent 02ce4659c4
commit 295c836ed8
6 changed files with 9 additions and 11 deletions
@@ -328,7 +328,6 @@ namespace GraphCanvas
bool DataSlotComponent::CanConvertToReference([[maybe_unused]] bool isNewSlot) const
{
// #sc_user_slot_variable_ux make sure this can be converted to reference, or created as one
bool canToggleReference = false;
if (m_canConvertSlotTypes && DataSlotUtils::IsValueDataSlotType(m_dataSlotType) && !HasConnections())