FPackageName::QueryRootContentPaths

Queries all of the root content paths, like "/Game/", "/Engine/", and any dynamically added paths

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "Misc/PackageName.h"

Source

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

Syntax

static void QueryRootContentPaths
(
    TArray< FString > & OutRootContentPaths
)

Remarks

Queries all of the root content paths, like "/Game/", "/Engine/", and any dynamically added paths

Parameters

Parameter

Description

OutRootContentPaths

[Out] List of content paths

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