- What is the significance of the “bWantsBeginPlay” Boolean? This line was not Generated on UE 4.24 and my solution only compiles if this line is not present. See error message below:
Severity Code Description Project File Line Suppression State
Error (active) E0020 identifier “bWantsBeginPlay” is undefined BuildingEscape
-
Furthermore, the OpenDoor component does not show up in Unreal. I have tried building, and rebuilding my solution in Visual Studio, as well as compiling from Unreal, but alas, no OpenDoor component to be found. Is this possibly related to my first point, or are there any suggestions on a way forward?
-
My Code can be found here -> https://github.com/mitchcamza/BuildingEscape
Many Thanks…