Navigation
API > API/Runtime > API/Runtime/UMG
| |
|
| Name |
FWidgetMaterialPropertyPath |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/UMG/Public/Animation/WidgetMaterialTrackUtilities.h |
| Include Path |
#include "Animation/WidgetMaterialTrackUtilities.h" |
Syntax
struct FWidgetMaterialPropertyPath
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FWidgetMaterialPropertyPath
(
const TArray< FProperty* >& InPropertyPath,
const FString& InDisplayName
)
|
|
Animation/WidgetMaterialTrackUtilities.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DisplayName |
FString |
|
Animation/WidgetMaterialTrackUtilities.h |
|
| PropertyPath |
TArray< FProperty * > |
|
Animation/WidgetMaterialTrackUtilities.h |
|
Functions
Public