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

Collision of InteractionRay turned off

parent 1ad51beb
Branches
No related tags found
1 merge request!3Collision of InteractionRay turned off
...@@ -19,6 +19,9 @@ UVRWidgetInteractionComponent::UVRWidgetInteractionComponent() { ...@@ -19,6 +19,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