ExtraCamWindow
ExtraCamWindow copied to clipboard
upgrade for 4.17
can this support for 4.17
Or 4.19?
4.21??
4.24.2????????????????????????????
4.25?!?!??!?!??!?!?!
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:
- ExtraCamWindow.Build.cs, go to public ExtraCamWindow(TargetInfo Target) and replace it with: public ExtraCamWindow(ReadOnlyTargetRules Target) : base(Target)
- 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.