Engine version: 4.27
Plugin Version: 3.0
Build type: Shipping
error LNK2019
class TRefCountPtr __cdecl XeSSUnreal::GetInputCustomHistory(struct ITemporalUpscaler::FPassInputs const &,class FViewInfo const &)" (?GetInputCustomHistory@XeSSUnreal@@ya?AV?$TRefCountPtr@VICustomTemporalAAHistory@@@@AEBUFPassInputs@ITemporalUpscaler@@AEBVFViewInfo@@@z) в функции "public: virtual void __cdecl FXeSSUpscaler::AddPasses(class FRDGBuilder &,class FViewInfo const &,struct ITemporalUpscaler::FPassInputs const &,class FRDGTexture * *,struct FIntRect *,class FRDGTexture * *,struct FIntRect *)const " (?AddPasses@FXeSSUpscaler@@UEBAXAEAVFRDGBuilder@@AEBVFViewInfo@@AEBUFPassInputs@ITemporalUpscaler@@PEAPEAVFRDGTexture@@PEAUFIntRect@@34@Z)
I managed to fix the compilation error myself by modifying the "XeSSUnreal.cpp" file and adding "XeSSUnrealRendererIncludes.h" to line 56.
I'm not sure if this is exactly the case, but it helped me.
Engine version: 4.27
Plugin Version: 3.0
Build type: Shipping
error LNK2019
class TRefCountPtr __cdecl XeSSUnreal::GetInputCustomHistory(struct ITemporalUpscaler::FPassInputs const &,class FViewInfo const &)" (?GetInputCustomHistory@XeSSUnreal@@ya?AV?$TRefCountPtr@VICustomTemporalAAHistory@@@@AEBUFPassInputs@ITemporalUpscaler@@AEBVFViewInfo@@@z) в функции "public: virtual void __cdecl FXeSSUpscaler::AddPasses(class FRDGBuilder &,class FViewInfo const &,struct ITemporalUpscaler::FPassInputs const &,class FRDGTexture * *,struct FIntRect *,class FRDGTexture * *,struct FIntRect *)const " (?AddPasses@FXeSSUpscaler@@UEBAXAEAVFRDGBuilder@@AEBVFViewInfo@@AEBUFPassInputs@ITemporalUpscaler@@PEAPEAVFRDGTexture@@PEAUFIntRect@@34@Z)
I managed to fix the compilation error myself by modifying the "XeSSUnreal.cpp" file and adding "XeSSUnrealRendererIncludes.h" to line 56.
I'm not sure if this is exactly the case, but it helped me.