Skip to content

Feature/interaction additions

Jan Delember requested to merge feature/InteractionAdditions into develop

Targetable Interface added, needs ray cast every frame, will call its OnTargeted function with the world coordinates of the hit.

Improved way of attaching physics simulating actor. Searches for the UPrimitiveComponent highest in the hierarchy that simulates physics and attaches it to the controller.

Merge request reports