I’m developing a dummy post process plugin for learning purposes, recently I was trying to add a new estension for render queue. But the Engine throws an error here:
void FSceneViewExtensions::RegisterExtension(const FSceneViewExtensionRef& RegisterMe)
{
if (ensure(GEngine))
I don’t know what I’m missing
{
"Name": "MuModuleCore",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
],
"PlatformDenyList": [
"IOS",
"Linux",
"Android"
]
},