Navigation
API > API/Plugins > API/Plugins/VCamCore
Saves a subset of properties of a widget.
| Name | FWidgetSnapshot |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/VirtualCameraCore/Source/VCamCore/Public/UI/WidgetSnapshots.h |
| Include Path | #include "UI/WidgetSnapshots.h" |
Syntax
USTRUCT ()
struct FWidgetSnapshot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SavedBinaryData | TArray< uint8 > | Can be empty in case no properties were saved | UI/WidgetSnapshots.h | |
| WidgetClass | TSubclassOf< UUserWidget > | UI/WidgetSnapshots.h |