Code demonstrating the problem : UAnimMontage* NonConstMontage = Montage; const UAnimMontage* ConstMontage = Montage; NonConstMontage->GetAnimCompositeSection(0); // Works fine ConstMontage->GetAnimCompositeSection(0); // Unresolved external
https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/906/701/819/840/409/original/8ff5cceee408e223.png