Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore > UDataprepOperation
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Dataprep &124; Operation"&41;
void AssetsModified
&40;
TArray< UObject &42; > Assets
&41;
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
Name | Description |
---|---|
Assets | Array of assets which have been modified |