Remove empty User Functions and Script Event sections
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -509,7 +509,8 @@ namespace ScriptCanvas
|
||||
|
||||
bool SubgraphInterface::HasAnyFunctionality() const
|
||||
{
|
||||
return IsActiveDefaultObject() || HasPublicFunctionality();
|
||||
// \todo restore default object addition when ndoes can define an variable, as well
|
||||
return /*IsActiveDefaultObject() || */ HasPublicFunctionality();
|
||||
}
|
||||
|
||||
bool SubgraphInterface::HasBranches() const
|
||||
|
||||
Reference in New Issue
Block a user