USourceControlHelpers::AbsoluteFilenames

Helper function to convert a filename array to absolute paths.

Unreal Engine C++ API Reference > Developer > SourceControl > USourceControlHelpers

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h
Include #include "SourceControlHelpers.h"
Source /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp
static [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > AbsoluteFilenames
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & InFileNames
)

Remarks

Helper function to convert a filename array to absolute paths. an array of filenames, transformed into absolute paths

Parameters

Name Description
InFileNames The filename array

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library