GetChildByNameRecursively
Introduction
Code Example - Finding TextInstance
var textInstance = RuntimeInstance.GetChildByNameRecursively("TextInstance")
as GraphicalUiElement;
textInstance.SetProperty("Text", "You found me");Last updated
Was this helpful?

