FDeprecationCompileError

An alternative use of the deprecation feature is to note an API breaking change that could cause data loss or similar, so we use this when tagging a property that is a compile error to use (for instance by changing its type to [FDeprecationCompileError](API\Runtime\Core\FDeprecationCompileError) type, which is incompatible with anything), but it can still show the deprecation message telling users how to fix their code.

On this page