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

Merge branch 'feature/fix-rvalue-reference-bug' into 'develop'

Fix rvalue reference bug in cluster events

See merge request VR-Group/unreal-development/plugins/ndisplayextensions!46
parents 8e569a3b 9a2a3258
No related branches found
No related tags found
1 merge request!46Fix rvalue reference bug in cluster events
...@@ -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