Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Util
Inheritance Hierarchy
- FChildWidgetReference
- FVCamChildWidgetReference
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Util/WidgetReference.h |
| Include | #include "Util/WidgetReference.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FChildWidgetReference
Remarks
A reference to any child widget within an UMG Blueprint; only widgets in the same widget tree can be referenced. Has a detail customization for choosing widget.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UWidget > | Template | Pointer to template widget within the Blueprint's widget tree. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| UWidget * | ResolveWidget
(
UUserWidget& OwnerWidget |