Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Video Recording Helper
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
Container 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
LuFG VR VIS
VR-Group
Unreal-Development
Plugins
Video Recording Helper
Commits
b5e7d3f5
Commit
b5e7d3f5
authored
2 years ago
by
Sebastian Pape
Browse files
Options
Downloads
Patches
Plain Diff
Fixing garbage collector error
parent
2e681d17
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/VideoRecordingHelper/Public/Camera.h
+7
-7
7 additions, 7 deletions
Source/VideoRecordingHelper/Public/Camera.h
with
7 additions
and
7 deletions
Source/VideoRecordingHelper/Public/Camera.h
+
7
−
7
View file @
b5e7d3f5
...
...
@@ -22,13 +22,13 @@ protected:
// Called when the game starts or when spawned
virtual
void
BeginPlay
()
override
;
UStaticMeshComponent
*
CameraMesh
;
USceneCaptureComponent2D
*
SceneCapture
;
UTextureRenderTarget2D
*
RenderTarget
;
UMaterial
*
CameraDisplayMaterial
;
UMaterialInstanceDynamic
*
CameraDisplayMaterialDynamic
;
UMaterial
*
WindowDisplayMaterial
;
UMaterialInstanceDynamic
*
WindowDisplayMaterialDynamic
;
UPROPERTY
()
UStaticMeshComponent
*
CameraMesh
;
UPROPERTY
()
USceneCaptureComponent2D
*
SceneCapture
;
UPROPERTY
()
UTextureRenderTarget2D
*
RenderTarget
;
UPROPERTY
()
UMaterial
*
CameraDisplayMaterial
;
UPROPERTY
()
UMaterialInstanceDynamic
*
CameraDisplayMaterialDynamic
;
UPROPERTY
()
UMaterial
*
WindowDisplayMaterial
;
UPROPERTY
()
UMaterialInstanceDynamic
*
WindowDisplayMaterialDynamic
;
FSlateMaterialBrush
*
WindowBrush
;
...
...
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