From b4ea70acbb9440352e6e9b5c9a68f8790786c1a1 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 9 Feb 2023 21:13:39 +0100 Subject: [PATCH] Fix layer name property to be hidden in Editor --- Source/Engine/Level/Actor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Engine/Level/Actor.h b/Source/Engine/Level/Actor.h index f812fc1b2..38bd629a5 100644 --- a/Source/Engine/Level/Actor.h +++ b/Source/Engine/Level/Actor.h @@ -105,7 +105,8 @@ public: /// /// Gets the name of the layer. /// - API_PROPERTY() const String& GetLayerName() const; + API_PROPERTY(Attributes="HideInEditor, NoSerialize, NoAnimate") + const String& GetLayerName() const; /// /// Sets the name of the layer.