TAGGING ALL THE THINGS!
October 23, 2024
.lib file has a finite size. 65535 entries in-fact. This sounds like a lot, but it quickly gets big when you use the _API tag on a class and not functions the whole class is tagged. And when the limit is reached you get an error: LNK1189 "library limit of 65535 obj exceeded
More
Animation Budget Allocator
April 28, 2023
We demonstrate the minimal setup required to use Unreal's Animation Budget Allocator. This plugin allows the equivalent of LODs to be applied to skeletal mesh animations.
More
Strings and Other Things
June 3, 2021
We untangle the Unreal string types, and outline how to choose the one you need!
More