Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObject
- UVisual
- UWidget
- UPanelWidget
- UContentWidget
- UInvalidationBox
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/InvalidationBox.h |
| Include | #include "Components/InvalidationBox.h" |
Syntax
UCLASS (MinimalAPI)
class UInvalidationBox : public UContentWidget
Remarks
Invalidate
- Single Child
- Caching / Performance
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCanCache | Should the invalidation panel cache the widgets? Making this false makes it so the invalidation panel stops acting like an invalidation panel, just becomes a simple container widget. | |
| TSharedPtr< class SInvalidationPanel > | MyInvalidationPanel |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UInvalidationBox
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCanCache () |
||
| void | |||
| void | SetCanCache
(
bool CanCache |
Tell the InvalidationBox to use the invalidation process. |
Overridden from UPanelWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnSlotAdded
(
UPanelSlot* Slot |
||
| void | OnSlotRemoved
(
UPanelSlot* Slot |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget | ||
| TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |