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

Merge branch 'develop' into feature/pointing-ray

parents 7abde215 ce42e1f0
No related branches found
No related tags found
1 merge request!41add an interaction ray and make VRInteractionComponent derive from WidgetInteractionComponent so it can also handle UMG widgets
...@@ -91,7 +91,7 @@ public: ...@@ -91,7 +91,7 @@ public:
} }
} }
void Send(ArgTypes&&... Arguments) void Send(ArgTypes... Arguments)
{ {
checkf(Object != nullptr, TEXT("The event was not attached.")); checkf(Object != nullptr, TEXT("The event was not attached."));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment