Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RWTH VR Toolkit
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Rupp
RWTH VR Toolkit
Commits
f0a024f9
Commit
f0a024f9
authored
Oct 30, 2023
by
Viktor Wolf
Browse files
Options
Downloads
Patches
Plain Diff
next replace
parent
1b97780f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
+1
-1
1 addition, 1 deletion
.../RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
with
1 addition
and
1 deletion
Source/RWTHVRCluster/Public/Events/DisplayClusterEventWrapper.h
+
1
−
1
View file @
f0a024f9
...
@@ -63,7 +63,7 @@ public:
...
@@ -63,7 +63,7 @@ public:
// Create a tuple that holds all arguments. This assumes that all
// Create a tuple that holds all arguments. This assumes that all
// argument types are default constructible. However, all
// argument types are default constructible. However, all
// types that overload the FArchive "<<" operator probably are.
// types that overload the FArchive "<<" operator probably are.
TTuple
<
typename
TRemoveCV
<
typename
TRemoveReference
<
ArgTypes
>::
Type
>::
Type
...
>
ArgumentTuple
;
TTuple
<
typename
std
::
remove_cv_t
<
typename
TRemoveReference
<
ArgTypes
>::
Type
>::
Type
...
>
ArgumentTuple
;
// This call will deserialze the values and fill all values in the tuple appropriately.
// This call will deserialze the values and fill all values in the tuple appropriately.
FillArgumentTuple
<
0
>
(
&
MemoryReader
,
&
ArgumentTuple
);
FillArgumentTuple
<
0
>
(
&
MemoryReader
,
&
ArgumentTuple
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment