I’m trying to use constructorHelpers FObjectFinder but I think I’m not giving my filepath correctly
Here’s my path:
I’ve tried referencing it like this:
static ConstructorHelpers::FObjectFinder<UStaticMesh> CubeAsset(TEXT("Geometry/Meshes/1M_Cube.uasset"));
and I just get an error saying it cant find the mesh I’ve given, I’ve also tried giving the full path, with forward slashes and backward slashes.
Could anyone link me or explain to me how I should be formatting this?