ResolveIniObjectsReference

Resolves ini object path to string object path.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectGlobals.h"

Source

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

Syntax

FString ResolveIniObjectsReference
(
    const FString & ObjectReference,
    const FString * IniFilename,
    bool bThrow
)

Remarks

Resolves ini object path to string object path. This used to happen automatically in ResolveName but now must be called manually

Returns

Resolved object path.

Parameters

Parameter

Description

ObjectReference

Ini reference, of the form engine-ini:/Script/Engine.Engine.DefaultMaterialName

IniFilename

Ini filename. If null it will call GetIniFilenameFromObjectsReference

bThrow

If true, will print an error if it can't find the file

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