In this UE4 C++ tutorial we will use the destroy method to remove actors from the game world
Github Link: https://github.com/Harrison1/unrealcpp/tree/master/DestroyActorOnOverlap
Blog Post: https://unrealcpp.com/destroy-actor-on-overlap
UE4 Version: 4.18.3
Patreon: https://www.patreon.com/harrisonmcguire
Twitter: https://twitter.com/harrymcgueeze
several levels: https://severallevels.io/
https://harrisonmcguire.com/
Links to Overlap Functions
https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/Components/UPrimitiveComponent/OnComponentBeginOverlap/
https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/Components/UPrimitiveComponent/OnComponentEndOverlap/
Intro/Outro Music: Brooding Ben by TeknoAXE. No Modificatoins were made.
TeknoAXE Website URL: http://teknoaxe.com/Home.php
Brooding Ben by TeknoAXE: http://teknoaxe.com/Link_Code_4.php?q=1319&Genre=Techno
Track provided under the CC by 4.0 License
Attribution 4.0 International (CC BY 4.0)
https://creativecommons.org/licenses/by/4.0/
Download
0 formats
No download links available.
Unreal Engine 4 C++ Tutorial: Destroy Actor on Overlap | NatokHD