GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Code demonstrating the problem : UAnimMontage* NonConstMontage = Montage; const UAnimMontage* ConstMontage = Montage; NonConstMontage->GetAnimCompositeSection(0); // Works fine ConstMontage->GetAnimCompositeSection(0); // Unresolved external

Download link

https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/906/701/819/840/409/original/8ff5cceee408e223.png

Notices where this attachment appears

  1. Embed this notice
    The Seven Voyages Of Steve (sinbad@mastodon.gamedev.place)'s status on Wednesday, 29-Jan-2025 00:32:19 JST The Seven Voyages Of Steve The Seven Voyages Of Steve

    Sigh. "Unresolved external" linker error I've just been WTF at turns out to be that the const version of a UE function is NOT exported for some reason, while the non-const version is. I tend to try to pass const objects around if I'm not modifying them but can't in this case.

    In conversation about 4 months ago from mastodon.gamedev.place permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.