Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/IOutlinerExtension
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetPathName
(
const FViewModel& Item |
Utility method to get the full path name of the given model | MVVM/Extensions/IOutlinerExtension.h | |
static FString GetPathName
(
const TSharedPtr< FViewModel > Item |
Utility method to get the full path name of the given model | MVVM/Extensions/IOutlinerExtension.h | |
static FString GetPathName
(
const TSharedPtr< const FViewModel > Item |
Utility method to get the full path name of the given model | MVVM/Extensions/IOutlinerExtension.h | |
static FString GetPathName
(
const TWeakPtr< const FViewModel > Item |
Utility method to get the full path name of the given model | MVVM/Extensions/IOutlinerExtension.h | |
static void GetPathName
(
const FViewModel& Item, |
Utility method to get the full path name of the given model | MVVM/Extensions/IOutlinerExtension.h |
GetPathName(const FViewModel &)
Description
Utility method to get the full path name of the given model
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IOutlinerExtension.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Extensions/IOutlinerExtension.cpp |
static FString GetPathName
(
const FViewModel & Item
)
GetPathName(const TSharedPtr< FViewModel >)
Description
Utility method to get the full path name of the given model
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IOutlinerExtension.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Extensions/IOutlinerExtension.cpp |
static FString GetPathName
(
const TSharedPtr < FViewModel > Item
)
GetPathName(const TSharedPtr< const FViewModel >)
Description
Utility method to get the full path name of the given model
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IOutlinerExtension.h" |
static FString GetPathName
(
const TSharedPtr < const FViewModel > Item
)
GetPathName(const TWeakPtr< const FViewModel >)
Description
Utility method to get the full path name of the given model
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IOutlinerExtension.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Extensions/IOutlinerExtension.cpp |
static FString GetPathName
(
const TWeakPtr < const FViewModel > Item
)
GetPathName(const FViewModel &, FStringBuilderBase &)
Description
Utility method to get the full path name of the given model
| Name | GetPathName |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Extensions/IOutlinerExtension.h |
| Include Path | #include "MVVM/Extensions/IOutlinerExtension.h" |
| Source | /Engine/Source/Editor/SequencerCore/Private/MVVM/Extensions/IOutlinerExtension.cpp |
static void GetPathName
(
const FViewModel & Item,
FStringBuilderBase & OutString
)