BLUEPRINTGRAPH_API error C4273: Inconsistent DLL linkage

BLUEPRINTGRAPH_API is only relevant for code within BlueprintGraph module, which is a built-in module.
You might have to change it to YOURMODULE_API instead.

Hope this helps, I’m having also a loooooot of trouble trying to make custom nodes on 4.20…

1 Like