diff --git a/Source/StevesUEHelpers/Private/StevesEditorVisComponent.cpp b/Source/StevesUEHelpers/Private/StevesEditorVisComponent.cpp index 18cdb72..0e26477 100644 --- a/Source/StevesUEHelpers/Private/StevesEditorVisComponent.cpp +++ b/Source/StevesUEHelpers/Private/StevesEditorVisComponent.cpp @@ -14,6 +14,9 @@ UStevesEditorVisComponent::UStevesEditorVisComponent(const FObjectInitializer& O SetIsVisualizationComponent(true); #endif SetHiddenInGame(true); + bVisibleInReflectionCaptures = false; + bVisibleInRayTracing = false; + bVisibleInRealTimeSkyCaptures = false; AlwaysLoadOnClient = false; bIsEditorOnly = true;