Errors during project compilation related to the "Animation" plugin

Do your custom classes use the API macro to isolate the variables

UCLASS()
class MYPROJECTNAME_API AMyActor : public AActor
{
// my code
}

You can also isolate parts directly via namespace

1 Like