Skip to content
Snippets Groups Projects

pull changes forward

Merged David Gilbert requested to merge dev/5.3 into dev/5.4
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -71,7 +71,7 @@ public:
// This call will deserialze the values and fill all values in the tuple appropriately.
FillArgumentTuple<0>(&MemoryReader, &ArgumentTuple);
ArgumentTuple.ApplyBefore([this](const ArgTypes&... Arguments)
{ (Object->*MemberFunction)(Forward<const ArgTypes&>(Arguments)...); });
});
Loading