DisplayClusterHelpers::filesystem::GetFullPathForConfig

This helper function looks for a config file provided with relative path.

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Misc/DisplayClusterHelpers.h

Include

#include "Misc/DisplayClusterHelpers.h"

Syntax

namespace DisplayClusterHelpers
{
    namespace filesystem
    {
        static FString DisplayClusterHelpers::filesystem::GetFullPathForConfig
        (
            const FString & RelativeConfig
        )
    }
}

Remarks

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.

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