UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PathViewsPrivate.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Containers/StringFwd.h
"
6
#include "
CoreTypes.h
"
7
8
class
FString;
9
10
namespace
UE4PathViews_Private
11
{
12
13
void
CollapseRelativeDirectoriesImpl
(FString&
InPath
,
bool
bCollapseAllPossible
,
bool
&
bOutAllCollapsed
);
14
void
CollapseRelativeDirectoriesImpl
(
FStringBuilderBase
&
InPath
,
bool
bCollapseAllPossible
,
bool
&
bOutAllCollapsed
);
15
16
}
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
StringFwd.h
TStringBuilderBase< TCHAR >
UE4PathViews_Private
Definition
PathViews.cpp:25
UE4PathViews_Private::CollapseRelativeDirectoriesImpl
void CollapseRelativeDirectoriesImpl(FStringBuilderBase &InOutPath, bool bCollapseAllPossible, bool &bOutAllCollapsed)
Definition
PathViews.cpp:824
Engine
Source
Runtime
Core
Private
Misc
PathViewsPrivate.h
Generated by
1.9.8