IBlueprintNativeCodeGenCore::IsTargetedForReplacement

Determines whether the provided package needs to be replaced (in part or completely)

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Blueprint/BlueprintSupport.h

Include

#include "Blueprint/BlueprintSupport.h"

Syntax

EReplacementResult IsTargetedForReplacement
(
    const UPackage * Package,
    const FCompilerNativizationOptions & NativizationOptions
) const

Remarks

Determines whether the provided package needs to be replaced (in part or completely)

Returns

Whether the package should be converted

Parameters

Parameter

Description

Package

The package in question

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