BlueprintAPI > BlueprintAPI/CommonUI
Finds the first parent widget of the given type and returns it, or null if no parent could be found.
Target is Common UILibrary
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Starting Widget | |
class | Type |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Finds the first parent widget of the given type and returns it, or null if no parent could be found. |