Skip to content

Commit 00e7649

Browse files
committed
up
1 parent 030fc3f commit 00e7649

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

kbe/res/client/sdk_templates/ue4/Source/KBEnginePlugins/Engine/EntityComponent.h

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ class KBENGINEPLUGINS_API EntityComponent
1414
virtual ~EntityComponent();
1515

1616
public:
17-
virtual void onAttached(Entity* pOwner)
18-
{
19-
20-
}
17+
//virtual void onAttached(Entity* pOwner)
18+
//{
19+
//}
2120

22-
virtual void onDetached(Entity* pOwner)
23-
{
24-
25-
}
21+
//virtual void onDetached(Entity* pOwner)
22+
//{
23+
//}
2624

2725
virtual void onRemoteMethodCall(uint16 methodUtype, MemoryStream& stream)
2826
{

0 commit comments

Comments
 (0)