Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FBlueprintActionDatabase > API/Editor/BlueprintGraph/FBlueprintActionDatabase/MoveUnloadedAssetActions
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h |
| Include | #include "BlueprintActionDatabase.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp |
void MoveUnloadedAssetActions
&40;
const FSoftObjectPath & SourceObjectPath,
const FSoftObjectPath & TargetObjectPath
&41;
Remarks
Moves the unloaded asset actions from one location to another
Parameters
| Name | Description |
|---|---|
| SourceObjectPath | The object path that the data can currently be found under |
| TargetObjectPath | The object path that the data should be moved to |