Skip to content

News

Latest updates from YominUnreal.

FIX2026-07-02

LLMMaterial v1.1.2 — Multi-UE 5.5/5.6/5.7/5.8 Build Regression Fix

LLMMaterial v1.1.2 fixes a UE 5.8 build regression plus the Documentation.md / README.md "UE 5.7+" fossil. MaterialBuilder.cpp L432-466 accessed 21 deprecated `UMaterial::bUsedWithXxx` members that UE 5.8 flags as C4996; we wrap the access with `PRAGMA_DISABLE_DEPRECATION_WARNINGS` instead of switching to `UMaterial::SetUsageByFlag(MATUSAGE_Xxx, bool)` (private on UE 5.5/5.6/5.7, only public on UE 5.8). Engine matrix 5.5 / 5.6 / 5.7 / 5.8 (Win64) unchanged.

Read more →

Powered by VitePress