Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h |
| Include | #include "Rendering/DrawElements.h" |
Syntax
struct FSlateCachedElementsHandle
Remarks
Handle used to uniquely identify a cached element list with some widget Used when a widget gets invalidated / additional elements added So we can modify that widget's existing cached element list
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| bool | IsOwnedByWidget
(
const SWidget* Widget |
||
| bool | IsValid () |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
FSlateCachedElementsHandle& Other |
Constants
| Name | Description |
|---|---|
| Invalid |