Removes FindTaggedEntities.cpp from Gems/ScriptCanvas

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-06 13:50:26 -08:00
parent b292f62a44
commit 0344e8bf1d
@@ -1,27 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <ScriptCanvas/Libraries/Entity/FindTaggedEntities.h>
#include <LmbrCentral/Scripting/TagComponentBus.h>
namespace ScriptCanvas
{
namespace Nodes
{
namespace Entity
{
void FindTaggedEntities::OnInputSignal(const SlotId&)
{
AZ::Crc32 tagEntity = WhenEntityActiveProperty::GetCrc32(this);
}
}
}
}
#include <Include/ScriptCanvas/Libraries/Entity/FindTaggedEntities.generated.cpp>