Skip to content
Snippets Groups Projects
Commit fedc7a3d authored by Marcel Krüger's avatar Marcel Krüger
Browse files

Remove IntersectionRay reference

parent 6b13cc06
No related branches found
No related tags found
1 merge request!43Feature/targetable leave and enter event
Pipeline #167511 failed
......@@ -40,7 +40,6 @@ private:
UPROPERTY() UPrimitiveComponent* ComponentSimulatingPhysics = nullptr;
UPROPERTY() UGrabbingBehaviorComponent* Behavior = nullptr;
UPROPERTY() USceneComponent* InteractionRayEmitter = nullptr;
UPROPERTY() UStaticMeshComponent* InteractionRay = nullptr;
/* Stores the reference of the Actor that was hit in the last frame*/
UPROPERTY() AActor* LastActorHit = nullptr;
void HandlePhysicsAndAttachActor(AActor* HitActor);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment