ERedirectFixupMode

Unreal Engine C++ API Reference > Developer > AssetTools

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/IAssetTools.h
Include #include "IAssetTools.h"

Syntax

enum ERedirectFixupMode  
{  
    DeleteFixedUpRedirectors,  
    LeaveFixedUpRedirectors,  
}  

Values

Name Description
DeleteFixedUpRedirectors Remove fully fixed up redirectors after the fixup process is done.
LeaveFixedUpRedirectors Leave the redirectors around even if no longer locally referenced.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library