Home › Per Unreal docs (UPROPERTY + UFUNCTION), the UNR…
Per Unreal docs (UPROPERTY + UFUNCTION), the UNREAL HEADER TOOL parses macros at build time to enable which feature?
AStatic analysis of memory leaks in C++
BReflection + Blueprint exposure + serialisation
CHot reload of compiled shaders only
DEmbedded LLM dialogue generation at runtime
Answer & Solution
Correct answer: B. Reflection + Blueprint exposure + serialisation
Unreal docs (Programming + UHT): UPROPERTY / UFUNCTION macros let the Header Tool generate reflection data. Required to expose to Blueprints + Editor + GC + replication.
Related questions
Per Godot docs (TOOL scripts), prefixing a GDScript file with @tool causes which behaviourPer Visual Studio + JetBrains Rider integration with Unity, the EDITORATTACH protocol thatPer Unity Asset Store + Unreal Marketplace guidelines, a TOOL author's INSPECTOR should haPer Unity DOTS / Burst docs, a CUSTOM INSPECTOR using UI TOOLKIT (vs IMGUI) is preferred fPer Houdini docs, a DIGITAL ASSET (HDA) lets tools authors do which?Per Blender Python (bpy) docs, the bpy module structure groups data in which sub-namespacePer Unity Editor docs, the SERIALIZED OBJECT API is preferred over direct field access in Per Unreal docs, the SLATE framework is used to build which kind of UI inside Unreal Engin