ExtraCamWindow icon indicating copy to clipboard operation
ExtraCamWindow copied to clipboard

upgrade for 4.17

Open raghul1129 opened this issue 7 years ago • 5 comments

can this support for 4.17

raghul1129 avatar Sep 08 '17 08:09 raghul1129

Or 4.19?

supersurfer92 avatar Mar 15 '18 16:03 supersurfer92

4.21??

fetoui avatar Feb 04 '19 13:02 fetoui

4.24.2????????????????????????????

HNKIITA avatar Mar 24 '20 13:03 HNKIITA

4.25?!?!??!?!??!?!?!

fabiocionini avatar May 26 '20 12:05 fabiocionini

It is really nice plugin. Thanks to the author. At least for 4.24, I tried to make some modification and it passed compiling and seemed to work well. Please refer to contents below:

  1. ExtraCamWindow.Build.cs, go to public ExtraCamWindow(TargetInfo Target) and replace it with: public ExtraCamWindow(ReadOnlyTargetRules Target) : base(Target)
  2. ExtraCamWindowActor.cpp, go to BeginPlay() and use CamManager = World->GetFirstPlayerController()->PlayerCameraManager; to get the CamManager. There might be some other #include errors during compiling, but it could be easily tackled. Maybe it's not the best way, but hope it works for you.

zhangyangready avatar Jul 30 '20 03:07 zhangyangready