FCoreRedirects::RemoveKnownMissing

Removes the given combination of (Type, ObjectName, Channel) as a missing name

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreRedirects.h

Include

#include "UObject/CoreRedirects.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/CoreRedirects.cpp

Syntax

static bool RemoveKnownMissing
(
    ECoreRedirectFlags Type,
    const FCoreRedirectObjectName & ObjectName,
    ECoreRedirectFlags Channel
)

Remarks

Removes the given combination of (Type, ObjectName, Channel) as a missing name

Parameters

Parameter

Description

Type

Combination of the ECoreRedirectFlags::Type_* flags specifying the type of the object that has just been loaded.

ObjectName

The name of the object that has just been loaded.

Channel

may be Option_MissingLoad or Option_None; used to distinguish between detected-at-runtime and specified-by-ini

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