IBlueprintNativeCodeGenCore::IsTargetedForReplacement

Determines whether the provided object 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 UObject * Object,
    const FCompilerNativizationOptions & NativizationOptions
) const

Remarks

Determines whether the provided object needs to be replaced (in part or completely). Some objects in a package may require conversion and some may not. If any object in a package wants to be converted then it is implied that all other objects will be converted with it (no support for partial package conversion, beyond stubs)

Returns

Whether the object should be converted

Parameters

Parameter

Description

Object

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