I don’t wanna sound like a whiny baby here, but I’ve been messing around with destructible meshes at first using PhysX Lab and importing but ran into issues. So now, I’m using UE’s built in DM editor. I can’t see anything because the background is completely black, making it a bit hard to work with. I searched appearance in editor settings and couldn’t find anything helpful. It’s not a huge deal, but I’m just curious if there’s some setting where I could either change to another color for BG, or add an atmosphere of some kind. If it’s something that will have to wait, I’m not going to complain
Hello kind Sir and thank you for the answer. I am able to move the light around, I can see the light reflecting from my metallic object, but seems to have no effect on the object’s color. I don’t mind using an unlit or brighter material while working w/ the DM then changing when finished, so I can use that workaround for now. If there’s anything you’d like me to try just to troubleshoot more, however, I’d be happy to .
I’ve got the same issue. I can hold L and left-mouse-click the light around, but the viewport is still so dark. Anybody know how to brighten up the viewport?
Engine\Config\BaseEditorPerProjectUserSettings.ini has the lighting settings used by the destructible mesh viewer under [/Script/UnrealEd.DestructableMeshEditorSettings]. Note that these are used by several other viewers (SAnimationSequenceBrowser, AnimMontageSegmentDetails and SSkeletonWidget).
For some reason, the code that enables editing of these in the preferences UI is commented out (see RegisterContentEditorsSettings in EditorSettingsViewerModule.cpp)
However, the reason most of the screen is black is because the widget is just hardcoded to have a black background. If you can modify the source, you can change the implementation of FDestructibleMeshEditorViewportClient::GetBackgroundColor() in Engine\Source\Editor\DestructibleMeshEditor\Private\SDestructibleMeshEditorViewport.cpp to return a value other than FLinearColor::Black.
Yeah it’s way too dark in the physx editor also…Pitch black.
Any way to set a world light or throw in a background image? I have to constantly rotate the light around and it’s still hard to see stuff. To edit shapes I have to turn off lights and rendering and work within the wireframes. The wireframes are too black also. I don’t have access to edit the source on my end.