UDataprepOperation::AssetsModified

Indicates an array of assets has changed during the operation.

Choose your operating system:

Windows

macOS

Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepOperation.h

Include

#include "DataprepOperation.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepOperation.cpp

Syntax

UFUNCTION(BlueprintCallable, Category="Dataprep | Operation")
void AssetsModified
(
    TArray< UObject * > Assets
)

Remarks

Indicates an array of assets has changed during the operation. It is important to use this function if the modifications on the assets impact their appearance

Parameters

Parameter

Description

Assets

Array of assets which have been modified