Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static bool IsSamePath
&40;
const FString & PathA,
const FString & PathB
&41;
Remarks
Checks if two paths are the same. True if both paths are the same. False otherwise.
Parameters
| Name | Description |
|---|---|
| PathA | First path to check. |
| PathB | Second path to check. |