Navigation
API > API/Runtime > API/Runtime/UMG
| Name | FWidgetMaterialAccessor |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Animation/MovieSceneWidgetMaterialSystem.h |
| Include Path | #include "Animation/MovieSceneWidgetMaterialSystem.h" |
Syntax
struct FWidgetMaterialAccessor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetMaterialAccessor
(
const FWidgetMaterialKey& InKey |
Animation/MovieSceneWidgetMaterialSystem.h | ||
FWidgetMaterialAccessor
(
UObject* InObject, |
Animation/MovieSceneWidgetMaterialSystem.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyType | FWidgetMaterialKey | Animation/MovieSceneWidgetMaterialSystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Widget | UWidget * | Animation/MovieSceneWidgetMaterialSystem.h | ||
| WidgetMaterialHandle | FWidgetMaterialHandle | Animation/MovieSceneWidgetMaterialSystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialInstanceDynamic * CreateDynamicMaterial
(
UMaterialInterface* InMaterial |
Animation/MovieSceneWidgetMaterialSystem.h | ||
UMaterialInterface * GetMaterial() |
Animation/MovieSceneWidgetMaterialSystem.h | ||
void SetMaterial
(
UMaterialInterface* InMaterial |
Animation/MovieSceneWidgetMaterialSystem.h | ||
FString ToString() |
Animation/MovieSceneWidgetMaterialSystem.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Animation/MovieSceneWidgetMaterialSystem.h |