Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/UDataprepAsset
References
| Module | DataprepCore |
| Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepAsset.h |
| Include | #include "DataprepAsset.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepAsset.cpp |
bool SwapActions
(
int32 FirstActionIndex,
int32 SecondActionIndex
)
Remarks
Swap the actions of a Dataprep asset
Parameters
| Name | Description |
|---|---|
| FirstActionIndex | The index of the first action |
| SecondActionIndex | The index of the second action |