We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030fc3f commit 00e7649Copy full SHA for 00e7649
kbe/res/client/sdk_templates/ue4/Source/KBEnginePlugins/Engine/EntityComponent.h
@@ -14,15 +14,13 @@ class KBENGINEPLUGINS_API EntityComponent
14
virtual ~EntityComponent();
15
16
public:
17
- virtual void onAttached(Entity* pOwner)
18
- {
19
-
20
- }
+ //virtual void onAttached(Entity* pOwner)
+ //{
+ //}
21
22
- virtual void onDetached(Entity* pOwner)
23
24
25
+ //virtual void onDetached(Entity* pOwner)
26
27
virtual void onRemoteMethodCall(uint16 methodUtype, MemoryStream& stream)
28
{
0 commit comments