Can I disable shadows on a scene capture component?

Create a custom C++ scene capture component. In the constructor, add the following:

ShowFlags.SetDynamicShadows(false);

1 Like