i am trying to do
FRHICommandListImmediate& RHICmdList = GRHICommandList.GetImmediateCommandList();
but getting this error… how to resolve…
error LNK2019: unresolved external symbol “__declspec(dllimport) class FRHICommandListExecutor GRHICommandList” (_imp?GRHICommandList@@3VFRHICommandListExecutor@@A) referenced in function “public: virtual void __cdecl AMyActor3::Tick(float)” (?Tick@AMyActor3@@UEAAXM@Z)