Hello everyone, I’m having a problem with programming in C++. I was trying to learn to program C++ in Unreal Engine 5.3 but I’ve already started with a problem, my C++ actor class appears in the world when I start the level in viewport mode, but when starting in Standalone Game, it simply does not appear, not even its collision as if it simply did not exist. Does anyone know why this is? I would like to learn C++, but with this problem it will be difficult.
Does your actor have any components ? Try adding a static mesh component to it and set a mesh.