Skip to content

Commit

Permalink
Disable visibility in reflection captures etc
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbad committed Sep 14, 2021
1 parent 1a1b66c commit 94a783e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/StevesUEHelpers/Private/StevesEditorVisComponent.cpp
Expand Up @@ -14,6 +14,9 @@ UStevesEditorVisComponent::UStevesEditorVisComponent(const FObjectInitializer& O
SetIsVisualizationComponent(true);
#endif
SetHiddenInGame(true);
bVisibleInReflectionCaptures = false;
bVisibleInRayTracing = false;
bVisibleInRealTimeSkyCaptures = false;
AlwaysLoadOnClient = false;
bIsEditorOnly = true;

Expand Down

0 comments on commit 94a783e

Please sign in to comment.