WidgetMaterialTrackUtilities::GetMaterialBrushPropertyPaths

Gets the property paths on a widget which are slate brush properties, and who's slate brush has a valid material.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Animation/WidgetMaterialTrackUtilities.h

Include

#include "Animation/WidgetMaterialTrackUtilities.h"

Source

/Engine/Source/Runtime/UMG/Private/Animation/WidgetMaterialTrackUtilities.cpp

Syntax

namespace WidgetMaterialTrackUtilities
{
    void WidgetMaterialTrackUtilities::GetMaterialBrushPropertyPaths
    (
        UWidget * Widget,
        TArray< FWidgetMaterialPropertyPath > & MaterialBrushPropertyPaths
    )
}

Remarks

Gets the property paths on a widget which are slate brush properties, and who's slate brush has a valid material.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss