FBlueprintActionDatabase::MoveUnloadedAssetActions

Moves the unloaded asset actions from one location to another

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Public/BlueprintActionDatabase.h

Include

#include "BlueprintActionDatabase.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/BlueprintActionDatabase.cpp

Syntax

void MoveUnloadedAssetActions
(
    FName SourceObjectPath,
    FName TargetObjectPath
)

Remarks

Moves the unloaded asset actions from one location to another

Parameters

Parameter

Description

SourceObjectPath

The object path that the data can currently be found under

TargetObjectPath

The object path that the data should be moved to

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