![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DrawElements.h>
Public Member Functions | |
| void | ClearCachedElements () |
| void | RemoveFromCache () |
| bool | IsOwnedByWidget (const SWidget *Widget) const |
| bool | IsValid () const |
| bool | HasCachedElements () const |
| bool | operator!= (FSlateCachedElementsHandle &Other) const |
| FSlateCachedElementsHandle () | |
Static Public Attributes | |
| static FSlateCachedElementsHandle | Invalid |
Friends | |
| struct | FSlateCachedElementData |
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
|
inline |
| void FSlateCachedElementsHandle::ClearCachedElements | ( | ) |
| bool FSlateCachedElementsHandle::HasCachedElements | ( | ) | const |
|
inline |
|
inline |
| void FSlateCachedElementsHandle::RemoveFromCache | ( | ) |
|
friend |
|
static |