Skip to content

Commit

Permalink
Merge pull request #1 from abdelker/patch5.0
Browse files Browse the repository at this point in the history
add header files for static and skeletal sceneproxy
  • Loading branch information
NeumannM89 authored Aug 24, 2023
2 parents 591ccf9 + 925673f commit cf04a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/URoboVision/Public/SkeletalSegmentationSceneProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "ConstructorHelpers.h"
#endif
#include "EngineUtils.h"
#include "SkeletalMeshSceneProxy.h"

class FSkeletalSegmentationSceneProxy : public FSkeletalMeshSceneProxy
{
Expand Down
2 changes: 1 addition & 1 deletion Source/URoboVision/Public/StaticSegmentationSceneProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#endif

#include "EngineUtils.h"

#include "StaticMeshSceneProxy.h"


class FStaticSegmentationSceneProxy : public FStaticMeshSceneProxy
Expand Down

0 comments on commit cf04a4b

Please sign in to comment.