WatchViewer::OnRenameAsset

Called when an asset is renamed; updates the watches on the asset

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/WatchPointViewer.h

Include

#include "WatchPointViewer.h"

Syntax

namespace WatchViewer
{
    void WatchViewer::OnRenameAsset
    (
        const FAssetData & AssetData,
        const FString & OldAssetName
    )
}

Remarks

Called when an asset is renamed; updates the watches on the asset

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