Hey, could anyone tell me how to set those flags from C++? (BSP, Decals and etc)
Found solution:
sceneCaptureComponent->ShowFlags.Decals = false;
1 Like
where did u wrote that line? Constructor or Beginplay? Thanks.