Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UI
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/UI/WidgetSnapshots.h |
| Include | #include "UI/WidgetSnapshots.h" |
Syntax
USTRUCT&40;&41;
struct FWidgetTreeSnapshot
Remarks
Saves properties from widgets within a widget tree.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | RootWidget | The name of the root widget if it was saved (may not have passed filters). | |
| TMap< FName, FWidgetSnapshot > | WidgetSnapshots | Stores every widget in the hierarchy which passed filters, even if there are no properties to save. |