Stepping on the Trigger volume does nothing

PIE: Warning: PressurePlate.BrushComponent0 has to have ‘Simulate Physics’ enabled if you’d like to GetMass.
LogTemp: Warning: PressurePlate Actor is present in the PressurePlate Mass: 1.000000

When I step on the Trigger volume it Shows this Warning And My Actor cannot open the door Also.

Did you enable physics simulation on the default pawn?

I found the solution it was not in the unreal but in vs code.
I wrote
Actor->GetOverlappingActors(Set) ; //Actor is the player.

instead of
PressurePlate->GetOverlappingActors(Set);

Thanks for your reply.

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

Privacy & Terms