Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateStyleSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString RootToContentDir
(
const ANSICHAR* RelativePath |
Styling/SlateStyle.h | ||
virtual FString RootToContentDir
(
const WIDECHAR* RelativePath |
Styling/SlateStyle.h | ||
virtual FString RootToContentDir
(
const FString& RelativePath |
Styling/SlateStyle.h | ||
virtual FString RootToContentDir
(
const ANSICHAR* RelativePath, |
Styling/SlateStyle.h | ||
virtual FString RootToContentDir
(
const WIDECHAR* RelativePath, |
Styling/SlateStyle.h | ||
virtual FString RootToContentDir
(
const FString& RelativePath, |
Styling/SlateStyle.h |
RootToContentDir(const ANSICHAR *)
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const ANSICHAR * RelativePath
)
RootToContentDir(const WIDECHAR *)
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const WIDECHAR * RelativePath
)
RootToContentDir(const FString &)
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const FString & RelativePath
)
RootToContentDir(const ANSICHAR , const TCHAR )
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const ANSICHAR * RelativePath,
const TCHAR * Extension
)
RootToContentDir(const WIDECHAR , const TCHAR )
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const WIDECHAR * RelativePath,
const TCHAR * Extension
)
RootToContentDir(const FString &, const TCHAR *)
| Name | RootToContentDir |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h |
| Include Path | #include "Styling/SlateStyle.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleSet.cpp |
virtual FString RootToContentDir
(
const FString & RelativePath,
const TCHAR * Extension
)