Collision does not work

Hi,

my collision somehow does not work… See the pictures attached.


BTW it seems that there’s little UE5 content here and the “Unreal 5.0 C++ Developer…” is a bit click-bait in my opinion. If I didn’t overlooked something it seems that I have no access to the predecessor of that course and all the discussion/Q&A part just got lost which is a step down. Am I missing something here?

Other than that keep the great work up!

Regards!

Hi there! I vaguely remember this issue. I think I closed Editor. Rebuilt in VS Code. Re-launched Editor. Refresh Visual Studio Code. Then it worked iirc.

1 Like

Does collision work on the walls?

Did you checked collision presets on the turrets?

1 Like

What are the collision profiles used on your other components?
Are you passing true for the second argument to AddActorLocalOffset to sweep?

1 Like

Hey there,

I accidently wrote this line of code, which is obviously wrong and did not raise any compiler error, cause it’s syntax is correct:

AddActorLocalOffset(DeltaLocation), true;

Sorry I somehow overlooked this. Thanks kind help! :kissing_heart:

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms