Basically anything that’s MINIMAL_API can’t be used in an exported game (unless it’s used in Blueprint through a node or something), but C++ can’t use those functions at all usually since they’re not exported for the compiler to Link against.
Basically anything that’s MINIMAL_API can’t be used in an exported game (unless it’s used in Blueprint through a node or something), but C++ can’t use those functions at all usually since they’re not exported for the compiler to Link against.