XaiJu
CodeLikeMe
CodeLikeMe

patreon


Unreal Engine Niagara Collision Events to Blueprint (ALS #55)

This is episode 55 of the third-person shooter series based on Unreal Advanced Locomotion System. previously we created a blood particle with Niagara to be spawned when the characters get hit by bullets. The next step is to spawn blood splatters on the ground as blood drops on the ground.  For that, we need export the collision data of niagara particle collision events to blueprints. This can be done through Niagara particle callback handler interface. Let's see how to setup that today.  After that, we will look into how to spawn the blood splatter decals that randomly render a frame from the sprite sheet that contains multiple blood splatters..

project files

https://www.patreon.com/posts/63654325

Unreal Engine Niagara Collision Events to Blueprint (ALS #55)

Comments

this project is in unreal engine 4.26 version. Can you try in that. Also, in order to build, you need to install visualstudio as well

Thilina Premasiri

I keep getting an error when I try to run this. "ShootLikeMe could not be compiled. Try rebuilding from source manually". I extracted the binaries and overwrote the files. Same thing. I tried different unreal versions, 4.25, 4.27, and 5.0. All failed. I opened up the SLN in visual studio... But I keep getting compiler errors for CLM_Character.h (Line 30) : 2>D:\Unreal Projects\ShootLikeMe ALS\Source\ShootLikeMe\CLM_Character.h(30): error C3248: 'IAISightTargetInterface::CanBeSeenFrom': function declared as 'final' cannot be overridden by 'ACLM_Character::CanBeSeenFrom' and virtual bool CanBeSeenFrom(const FVector& ObserverLocation, FVector& OutSeenLocation, int32& NumberOfLoSChecksPerformed, float& OutSightStrength, const AActor* IgnoreActor = nullptr) const final Then I tried just making a fresh ALS4 project and copying over all the files into the ALS project but then there were a bunch of errors with blueprints and arrays. I'm not sure what else to try lol Oh I forgot, I also right clicked and did the "generate visual studio files" but that didn't seem to do anything either.

Buppy


More Creators