Skeletal Meshes in the Engine: Pt. 1 📅 Oct 5, 2024 · ☕ 4 min read · ✍️ Taylor Setting up a mesh to be boned, skinned, and rigged in UE 5.5
Adding Thumbnails to a Slate Widget 📅 Apr 20, 2022 · ☕ 1 min read · ✍️ Taylor A how-to on adding Thumbnails to a Slate widget in c++
Right-click Context Menu in Slate 📅 Apr 13, 2022 · ☕ 2 min read · ✍️ Taylor A quick how-to on creating a right-click menu in Slate in c++.
Creating New Anim Nodes Pt. 2 📅 Mar 27, 2022 · ☕ 14 min read · ✍️ Taylor A dive into creating a new AnimBP node in UE4/5. Pt. 2 covers the design of the node, the order of operations for the node, and the transforming the incoming pose.
Creating New Anim Nodes Pt. 1 📅 Mar 26, 2022 · ☕ 7 min read · ✍️ Taylor A dive into creating a new AnimBP node in UE4/5. Pt. 1 covers creating the node and getting it into the editor.