Skip to content
Snippets Groups Projects

Collision of InteractionRay turned off

Merged Jan Delember requested to merge NoCollisionFix into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -20,6 +20,9 @@ UVRWidgetInteractionComponent::UVRWidgetInteractionComponent() {
InteractionRay->SetStaticMesh(MeshAsset.Object);
}
// turns off collisions as the InteractionRay is only meant to visualize the ray
InteractionRay->SetCollisionProfileName(TEXT("NoCollision"));
bShowDebug = false;
}
Loading