Add SortOrder to Environment Probe

This commit is contained in:
Wojtek Figat
2025-06-24 19:25:18 +02:00
parent 8d62a13cbc
commit dbd8297612
4 changed files with 19 additions and 4 deletions

View File

@@ -51,6 +51,12 @@ public:
API_FIELD(Attributes="EditorOrder(10), Limit(0, 1000, 0.01f), EditorDisplay(\"Probe\")")
float Brightness = 1.0f;
/// <summary>
/// The probe rendering order. The higher values are render later (on top).
/// </summary>
API_FIELD(Attributes = "EditorOrder(25), EditorDisplay(\"Probe\")")
int32 SortOrder = 0;
/// <summary>
/// The probe update mode.
/// </summary>