'Pressure Plate" not showing in dropdown

Hello, My UE crashed after adding the OpenDoor If statement. I think the problem is in UE4, the PressurePlate not showing anything in the drop down menu.


now, I have errors in both header and cpp files, Generated_Body, BeginPlay, OpenDoor are all showing errors…
Error Message from UE

I suspect you used “Box Trigger” instead of “Trigger Volume” within Unreal, they are different types so wouldn’t come up if you have the other type in code.

That suggests “Begin” is being used instead of “BeginPlay”. Could you show your current code?

Hi DanM,
Here’s my current code, and it’s working now!


So I went back to UE4 to check on Trigger Volume/Box Trigger, and found out it was somehow disappeared in the level. So after recreating it and re-did the Trigger volume code, It is working now!
I am thinking it was because I didn’t select the pressure Plate in the dropdown menu the first time, then UE4 crashed and didn’t autosave the trigger volume, and why all my codes turn red…

1 Like

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

Privacy & Terms