IAssetTools::FixupReferencers

Fix up references to the specified redirectors.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

void FixupReferencers
(
    const TArray< UObjectRedirector * > & Objects,
    bool bCheckoutDialogPrompt
) const

Remarks

Fix up references to the specified redirectors.

Parameters

Parameter

Description

bCheckoutDialogPrompt

indicates whether to prompt the user with files checkout dialog or silently attempt to checkout all necessary files.

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