enlight / klawr

A set of Unreal Engine 4 plugins that enable the use of C# (and other CLI languages) in game projects targeting the Windows platform.
MIT License
83 stars 22 forks source link

Add UninitializeComponent() to UKlawrScriptComponent #29

Open enlight opened 10 years ago

enlight commented 10 years ago

In UE 4.5 a new UninitializeComponent method was added to UActorComponent, UKlawrScriptComponent should override it so that users can implement the new method in their C# script components.