Skip to content
Snippets Groups Projects
Commit c5c7820e authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Merge branch 'NoCollisionFix' into 'develop'

Collision of InteractionRay turned off

See merge request VR-Group/unreal-development/widgetinteraction!3
parents 1ad51beb 9da007d5
Branches develop
No related tags found
1 merge request!3Collision of InteractionRay turned off
......@@ -19,6 +19,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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment