RedirectCollector.ResolveAllSoftObjectPaths
RedirectCollector.ResolveAllSoftObjectPaths
#Overview
name: RedirectCollector.ResolveAllSoftObjectPaths
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Attempts to load / resolve all currently referenced Soft Object Paths
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp:20
Scope: file
Source code excerpt:
FAutoConsoleCommand CVarResolveAllSoftObjects(
TEXT("RedirectCollector.ResolveAllSoftObjectPaths"),
TEXT("Attempts to load / resolve all currently referenced Soft Object Paths"),
FConsoleCommandDelegate::CreateLambda([]
{
GRedirectCollector.ResolveAllSoftObjectPaths();
})
);