FKismetCompilerUtilities::ConsignToOblivion

Rename a class and it's CDO into the transient package, and clear RF_Public on both of them.

Windows
MacOS
Linux

References

Module

KismetCompiler

Header

/Engine/Source/Editor/KismetCompiler/Public/KismetCompilerMisc.h

Include

#include "KismetCompilerMisc.h"

Source

/Engine/Source/Editor/KismetCompiler/Private/KismetCompilerMisc.cpp

Syntax

static void ConsignToOblivion
(
    UClass * OldClass,
    bool bForceNoResetLoaders
)

Remarks

Rename a class and it's CDO into the transient package, and clear RF_Public on both of them.

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