Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Description
This helper function looks for a config file provided with relative path. It uses different base directories that are typically used in different runtime environments.
| Name | DisplayClusterHelpers::filesystem::GetFullPathForConfig |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterHelpers.h |
| Include Path | #include "Misc/DisplayClusterHelpers.h" |
namespace DisplayClusterHelpers
{
namespace filesystem
{
static FString DisplayClusterHelpers::filesystem::GetFullPathForConfig
(
const FString & RelativeConfig
)
}
}