Navigation
API > API/Plugins > API/Plugins/ImgMedia > API/Plugins/ImgMedia/UImgMediaSource
Description
Returns true if InPath is under InBasePath. If so, fills out OutRelativePath with the relative path between them
| Name | IsPathUnderBasePath |
| Type | function |
| Header File | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Public/ImgMediaSource.h |
| Include Path | #include "ImgMediaSource.h" |
| Source | /Engine/Plugins/Media/ImgMedia/Source/ImgMedia/Private/Assets/ImgMediaSource.cpp |
static bool IsPathUnderBasePath
(
const FString & InPath,
const FString & InBasePath,
FString & OutRelativePath
)