Refactor UI Control actor active state mirroring in UI via Visible properties rather than unlinked from parent

#2242 #851
This commit is contained in:
Wojtek Figat
2024-03-11 19:10:13 +01:00
parent 1bbb2727b8
commit 0a9f746abb
3 changed files with 13 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ protected:
void OnBeginPlay() override;
void OnEndPlay() override;
void OnOrderInParentChanged() override;
void OnActiveInTreeChanged() override;
void OnActiveChanged() override;
private:
#if !COMPILE_WITHOUT_CSHARP