Skip to content
Snippets Groups Projects
Commit 9da007d5 authored by KKarwacki's avatar KKarwacki
Browse files

Collision of InteractionRay turned off

parent 1ad51beb
No related branches found
No related tags found
1 merge request!3Collision of InteractionRay turned off
...@@ -20,6 +20,9 @@ UVRWidgetInteractionComponent::UVRWidgetInteractionComponent() { ...@@ -20,6 +20,9 @@ UVRWidgetInteractionComponent::UVRWidgetInteractionComponent() {
InteractionRay->SetStaticMesh(MeshAsset.Object); InteractionRay->SetStaticMesh(MeshAsset.Object);
} }
// turns off collisions as the InteractionRay is only meant to visualize the ray
InteractionRay->SetCollisionProfileName(TEXT("NoCollision"));
bShowDebug = false; bShowDebug = false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment