WatchEnumProperty() node failing to find Enum property in tool property set

UE - LD & Modeling - Modeling Tools - GeometryScripting - Oct 5, 2023

Within a UEditorScriptableClickDragTool tool, when attempting to watch the changes of an UENUM property using WatchEnumProperty() node, the property will never be able to be found during FindValid ...

EditorCube added to the scene with a Geometry Script will have reversed normals

UE - LD & Modeling - Modeling Tools - GeometryScripting - May 31, 2023

The work around is to use the modeling mode normal tool to regenerate normals. This appears to mainly occur on any cubes added by the "Copy Mesh from Static Mesh" Regression tested in 5.0.3 at CL 2 ...

GeometryScript_TextureUtils.sample_texture2d_at_uv_positions in python

UE - LD & Modeling - Modeling Tools - GeometryScripting - Nov 17, 2022

Licensee- "GeometryScript_TextureUtils.sample_texture2d_at_uv_positions does not work in python. The uvlist becomes nullptr from python to C++. BP is working fine." ...