IBlueprintNativeCodeGenCore::FindReplacedNameAndOuter

Function used to change the path of subobject from a nativized class.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Blueprint/BlueprintSupport.h"

Syntax

UObject * FindReplacedNameAndOuter
(
    UObject * Object,
    FName & OutName,
    const FCompilerNativizationOptions & NativizationOptions
) const

Remarks

Function used to change the path of subobject from a nativized class.

Returns

An Outer object that should be saved in import table.

Parameters

Parameter

Description

Object

Imported Object.

OutName

Referenced to name, that will be saved in import table.

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