C++ Errors


UE_Log needs to be all caps, like this example:
UE_LOG(LogTemp, Warning, TEXT(“InsertTextHere”));

1 Like

Name of the component Cube and Sphere don’t print.



That looks correct to me. The label is Cube, the name is StaticMeshActor_{SomeID}

Okay great! and Thx, on the course video, it printed out Cube and Sphere which threw me off a little.

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

Privacy & Terms