FRedirectCollector::OnSoftObjectPathLoaded

Called from [FSoftObjectPath::PostLoadPath](API\Runtime\CoreUObject\UObject\FSoftObjectPath\PostLoadPath), registers the given SoftObjectPath for later querying

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h

Include

#include "Misc/RedirectCollector.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp

Syntax

void OnSoftObjectPathLoaded
(
    const struct FSoftObjectPath & InPath,
    FArchive * InArchive
)

Remarks

Called from FSoftObjectPath::PostLoadPath, registers the given SoftObjectPath for later querying

Parameters

Parameter

Description

InPath

The soft object path that was loaded InArchive The archive that loaded this path

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