Unreal C++
API docs: https://dev.epicgames.com/documentation/en-us/unreal-engine/API
also see Unreal Python
can be used in a Unreal plugin, e.g. for a Unreal tool
Backlinks¶
- LLM recommend a custom C++ Unreal editor tool - untested
- Unreal - bAutoComputeLODScreenSize in Python
- The var
bAutoComputeLODScreenSizeseems to be public in the Unreal C++ source code inEngine\Source\Runtime\Engine\Classes\Engine\StaticMesh.h
- The var