![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WidgetMaterialTrackUtilities.h>
Public Member Functions | |
| FWidgetMaterialHandle () | |
| FWidgetMaterialHandle (FName InTypeName, void *InData) | |
| bool | IsValid () const |
| UMG_API UMaterialInterface * | GetMaterial () const |
| UMG_API void | SetMaterial (UMaterialInterface *InMaterial, UWidget *OwnerWidget) |
Friends | |
| uint32 | GetTypeHash (const FWidgetMaterialHandle &In) |
| bool | operator== (const FWidgetMaterialHandle &A, const FWidgetMaterialHandle &B) |
| bool | operator!= (const FWidgetMaterialHandle &A, const FWidgetMaterialHandle &B) |
Handle to a widget material for easy getting and setting of the material. Not designed to be stored
|
inline |
| UMaterialInterface * FWidgetMaterialHandle::GetMaterial | ( | ) | const |
Gets the currently bound material
|
inline |
| void FWidgetMaterialHandle::SetMaterial | ( | UMaterialInterface * | InMaterial, |
| UWidget * | OwnerWidget | ||
| ) |
Sets the new bound material
|
friend |
|
friend |
|
friend |