className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
FSlateFontCache::ShapeBidirectionalText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Performs text shaping on the given string using the given font info. Returns you the shaped text sequence to use for text rendering viaFSlateDrawElement::MakeShapedText. When using the version which takes a start point and length, the text outside of the given range won't be shaped, but will provide context information to allow the shaping to function correctly. ShapeBidirectionalText is used when you have text that may contain a mixture of LTR and RTL text runs.
SlateCore
FShapedGlyphSequenceRef ShapeBidirectionalText ( const TCHAR * InText, const int32 InTextStart, const int32 InTextLen, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale, const [TextBiDi::ETextDirection](API\Runtime\Core\Internationalization\TextBiDi__ETextDirection) InBaseDirection, const ETextShapingMethod InTextShapingMethod ) const
[]
FSlateFontCache::ShapeBidirectionalText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Performs text shaping on the given string using the given font info. Returns you the shaped text sequence to use for text rendering viaFSlateDrawElement::MakeShapedText. When using the version which takes a start point and length, the text outside of the given range won't be shaped, but will provide context information to allow the shaping to function correctly. ShapeBidirectionalText is used when you have text that may contain a mixture of LTR and RTL text runs.
SlateCore
FShapedGlyphSequenceRef ShapeBidirectionalText ( const [FString](API\Runtime\Core\Containers\FString) & InText, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale, const [TextBiDi::ETextDirection](API\Runtime\Core\Internationalization\TextBiDi__ETextDirection) InBaseDirection, const ETextShapingMethod InTextShapingMethod ) const
[]
FSlateFontCache::ShapeOverflowEllipsisText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Performs text shaping on the overflow glyph sequence for a given font. The overflow sequence is used to replace characters that are clipped
SlateCore
FShapedGlyphSequenceRef ShapeOverflowEllipsisText ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale )
[]
FSlateFontCache::ShapeUnidirectionalText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Performs text shaping on the given range of the string using the given font info. Returns you the shaped text sequence to use for text rendering viaFSlateDrawElement::MakeShapedText. When using the version which takes a start point and length, the text outside of the given range won't be shaped, but will provide context information to allow the shaping to function correctly. ShapeUnidirectionalText is used when you have text that all reads in the same direction (either LTR or RTL).
SlateCore
FShapedGlyphSequenceRef ShapeUnidirectionalText ( const [FString](API\Runtime\Core\Containers\FString) & InText, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale, const [TextBiDi::ETextDirection](API\Runtime\Core\Internationalization\TextBiDi__ETextDirection) InTextDirection, const ETextShapingMethod InTextShapingMethod ) const
[]
FSlateFontCache::UpdateCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Updates the texture used for rendering
SlateCore
void UpdateCache()
[]
FSlateFontCache::ShapeUnidirectionalText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Performs text shaping on the given range of the string using the given font info. Returns you the shaped text sequence to use for text rendering viaFSlateDrawElement::MakeShapedText. When using the version which takes a start point and length, the text outside of the given range won't be shaped, but will provide context information to allow the shaping to function correctly. ShapeUnidirectionalText is used when you have text that all reads in the same direction (either LTR or RTL).
SlateCore
FShapedGlyphSequenceRef ShapeUnidirectionalText ( const TCHAR * InText, const int32 InTextStart, const int32 InTextLen, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale, const [TextBiDi::ETextDirection](API\Runtime\Core\Internationalization\TextBiDi__ETextDirection) InTextDirection, const ETextShapingMethod InTextShapingMethod ) const
[]
FSlateFontCache::FSlateFontCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Constructor
SlateCore
FSlateFontCache ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateFontAtlasFactory](API\Runtime\SlateCore\Fonts\ISlateFontAtlasFactory) > InFontAtlasFactory, ESlateTextureAtlasThreadId InOwningThread )
[]
FSlateFontCache::FSlateFontCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Non-copyable.
SlateCore
FSlateFontCache &40; const FSlateFontCache & &41;
[]
FSlateFontCache::~FSlateFontCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
virtual ~FSlateFontCache()
[]
FSlateFontInfo::GetClampSize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Get the font size clamp for the font renderer (on 16bits)
SlateCore
float GetClampSize() const
[]
FSlateFontInfo::AddReferencedObjects
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
void AddReferencedObjects ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector )
[]
FSlateFontCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Font caching implementation Caches characters into textures as needed
SlateCore
class FSlateFontCache : public [ISlateAtlasProvider](API\Runtime\SlateCore\Textures\ISlateAtlasProvider), public [FSlateFlushableAtlasCache](API\Runtime\SlateCore\Textures\FSlateFlushableAtlasCache)
[]
FSlateFontInfo::GetClampSkew
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Get the skew amount clamp for the text shaper
SlateCore
float GetClampSkew() const
[]
FSlateFontInfo::HasValidFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Check to see whether this font info has a valid composite font pointer set (either directly or via aUFont)
SlateCore
bool HasValidFont() const
[]
FSlateFontInfo::GetCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
This function will return the fallback font if this font info itself does not contain a valid font. If you want to test whether this font info is empty, use HasValidFont
SlateCore
const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) * GetCompositeFont() const
[]
FSlateFontInfo::IsIdentialToForCaching
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool IsIdentialToForCaching ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Other ) const
[]
FSlateFontInfo::IsIdenticalTo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool IsIdenticalTo ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Other ) const
[]
FSlateFontInfo::operator==
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool operator== ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Other ) const
[]
FSlateFontInfo::PostSerialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Used to upgrade legacy font into so that it uses composite fonts
SlateCore
void PostSerialize ( const [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Default constructor.
SlateCore
FSlateFontInfo()
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
DEPRECATED - Creates and initializes a new instance with the specified font name and size.
SlateCore
FSlateFontInfo ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, float InSize, EFontHinting InHinting )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
DEPRECATED - Creates and initializes a new instance with the specified font name and size.
SlateCore
FSlateFontInfo ( const ANSICHAR * InFontName, float InSize, EFontHinting InHinting )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
DEPRECATED - Creates and initializes a new instance with the specified font name and size.
SlateCore
FSlateFontInfo ( const WIDECHAR * InFontName, float InSize, EFontHinting InHinting )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Creates and initializes a new instance with the specified font, size, and emphasis.
SlateCore
FSlateFontInfo ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) > InCompositeFont, const float InSize, const [FName](API\Runtime\Core\UObject\FName) & InTypefaceFontName, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Creates and initializes a new instance with the specified font, size, and emphasis.
SlateCore
FSlateFontInfo ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) * InFontObject, const float InSize, const [FName](API\Runtime\Core\UObject\FName) & InTypefaceFontName, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FSlateFontInfo::FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
DEPRECATED - Creates and initializes a new instance with the specified font name and size.
SlateCore
FSlateFontInfo ( const [FString](API\Runtime\Core\Containers\FString) & InFontName, float InSize, EFontHinting InHinting, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FSlateFontInfo::~FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Dtor. Must be inline
SlateCore
~FSlateFontInfo()
[]
FSlateFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
A representation of a font in Slate.
SlateCore
struct FSlateFontInfo
[ { "type": "TSharedPtr< con...", "name": "CompositeFont", "description": "The composite font data to use (valid when used with a Slate style set in C++)" }, { "type": "EFontFallback", "name": "FontFallback", "description": "The font fallback level." }, { "type": "TObjectPtr<UOb...", "name": "FontMaterial", "description": "The material to use when rendering this font" }, { "type": "TObjectPtr< con...", "name": "FontObject", "description": "The font object (valid when used from UMG or a Slate widget style asset)" }, { "type": "int32", "name": "LetterSpacing", "description": "The uniform spacing (or tracking) between all characters in the text." }, { "type": "FFontOutlineSet...", "name": "OutlineSettings", "description": "Settings for applying an outline to a font" }, { "type": "float", "name": "Size", "description": "The font size is a measure in point values." }, { "type": "float", "name": "SkewAmount", "description": "A skew amount to apply to the text." }, { "type": "FName", "name": "TypefaceFontName", "description": "The name of the font to use from the default typeface (None will use the first entry)" } ]
FSlateFontKey::GetFontInfo
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & GetFontInfo() const
[]
FSlateFontKey::GetFontOutlineSettings
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & GetFontOutlineSettings() const
[]
FSlateFontKey::GetScale
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
float GetScale() const
[]
FSlateFontKey::IsIdenticalToForCaching
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
bool IsIdenticalToForCaching ( const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & Other ) const
[]
FSlateFontKey
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
struct FSlateFontKey
[]
ElementInitType
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
typedef [Super::ElementInitType](API\Runtime\Core\Containers\BaseKeyFuncs\ElementInitType) ElementInitType
[]
FSlateFontKey::FSlateFontKey
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
FSlateFontKey ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InInfo, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InFontOutlineSettings, const float InScale )
[]
FSlateFontKeyFuncs::GetKeyHash
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
static uint32 GetKeyHash ( const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & Identifier )
[]
FSlateFontKeyFuncs::GetSetKey
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
static const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & GetSetKey ( [ElementInitType](API\Runtime\SlateCore\Fonts\FSlateFontKeyFuncs\ElementInitType) Element )
[]
FSlateFontKeyFuncs::Matches
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
static bool Matches ( const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & A, const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & B )
[]
KeyInitType
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
typedef [Super::KeyInitType](API\Runtime\Core\Containers\BaseKeyFuncs\KeyInitType) KeyInitType
[]
Super
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
typedef [BaseKeyFuncs](API\Runtime\Core\Containers\BaseKeyFuncs)< TPair< [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey), ValueType >, [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) > Super
[]
FSlateFontMeasure::Create
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FSlateFontMeasure](API\Runtime\SlateCore\Fonts\FSlateFontMeasure) > Create ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [FSlateFontCache](API\Runtime\SlateCore\Fonts\FSlateFontCache) > & FontCache )
[]
ELastCharacterIndexFormat
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
SlateCore
enum ELastCharacterIndexFormat { LastWholeCharacterBeforeOffset, CharacterAtOffset, Unused, }
[]
FSlateFontKeyFuncs
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
template<typename ValueType> struct FSlateFontKeyFuncs : public [BaseKeyFuncs< TPair< FSlateFontKey, ValueType >, FSlateFontKey, false >](API\Runtime\Core\Containers\BaseKeyFuncs)
[]
FSlateFontMeasure::FindCharacterIndexAtOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the character index at the specified position in pixels along the string horizontally The index of the character closest to the specified horizontal offset
SlateCore
int32 FindCharacterIndexAtOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindCharacterIndexAtOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the character index at the specified position in pixels along the text horizontally The index of the character closest to the specified horizontal offset
SlateCore
int32 FindCharacterIndexAtOffset ( const [FText](API\Runtime\Core\Internationalization\FText) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindCharacterIndexAtOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the character index at the specified position in pixels along the string horizontally The index of the character closest to the specified horizontal offset
SlateCore
int32 FindCharacterIndexAtOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, int32 StartIndex, int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, bool IncludeKerningWithPrecedingChar, float FontScale ) const
[]
FSlateFontMeasure::FindFirstWholeCharacterIndexAfterOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the first whole character index after the specified position in pixels along the string horizontally The index of the first whole character after the specified horizontal offset
SlateCore
int32 FindFirstWholeCharacterIndexAfterOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindFirstWholeCharacterIndexAfterOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the first whole character index after the specified position in pixels along the string horizontally The index of the first whole character after the specified horizontal offset
SlateCore
int32 FindFirstWholeCharacterIndexAfterOffset ( const [FText](API\Runtime\Core\Internationalization\FText) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindFirstWholeCharacterIndexAfterOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the first whole character index after the specified position in pixels along the string horizontally The index of the first whole character after the specified horizontal offset
SlateCore
int32 FindFirstWholeCharacterIndexAfterOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, int32 StartIndex, int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, bool IncludeKerningWithPrecedingChar, float FontScale ) const
[]
FSlateFontMeasure::FindLastWholeCharacterIndexBeforeOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the last whole character index before the specified position in pixels along the string horizontally The index of the last whole character before the specified horizontal offset
SlateCore
int32 FindLastWholeCharacterIndexBeforeOffset ( const [FText](API\Runtime\Core\Internationalization\FText) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindLastWholeCharacterIndexBeforeOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the last whole character index before the specified position in pixels along the string horizontally The index of the last whole character before the specified horizontal offset
SlateCore
int32 FindLastWholeCharacterIndexBeforeOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, float FontScale ) const
[]
FSlateFontMeasure::FindLastWholeCharacterIndexBeforeOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Finds the last whole character index before the specified position in pixels along the text horizontally The index of the last whole character before the specified horizontal offset
SlateCore
int32 FindLastWholeCharacterIndexBeforeOffset ( const [FString](API\Runtime\Core\Containers\FString) & Text, int32 StartIndex, int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const int32 HorizontalOffset, bool IncludeKerningWithPrecedingChar, float FontScale ) const
[]
FSlateFontMeasure::FlushCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
SlateCore
void FlushCache()
[]
FSlateFontMeasure::GetKerning
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Returns the kerning value for the specified pair of characters. the kerning value used between the two specified characters
SlateCore
int8 GetKerning ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale, TCHAR PreviousCharacter, TCHAR CurrentCharacter ) const
[]
FSlateFontMeasure::GetBaseline
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Returns the baseline for the specified font. The offset from the bottom of the max character height to the baseline.
SlateCore
int16 GetBaseline ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale ) const
[]
FSlateFontMeasure::Measure
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Measures the width and height of a passed in string. The height is the maximum height of the largest character in the font/size pair The width and height of the string.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) Measure ( const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale ) const
[]
FSlateFontMeasure::GetMaxCharacterHeight
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Returns the height of the largest character in the font. The largest character height
SlateCore
uint16 GetMaxCharacterHeight ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale ) const
[]
FSlateFontMeasure::Measure
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Measures the width and height of a passed in text. The height is the maximum height of the largest character in the font/size pair The width and height of the text.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) Measure ( const [FText](API\Runtime\Core\Internationalization\FText) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale ) const
[]
FSlateFontMeasure
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
No constructors are accessible with public or protected access.
SlateCore
class FSlateFontMeasure
[]
FSlateFontMeasure::Measure
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h
Measures the width and height of a passed in string. The height is the maximum height of the largest character in the font/size pair The width and height of the string.
SlateCore
[UE::Slate::FDeprecateVector2DResult](API\Runtime\SlateCore\Types\FDeprecateVector2DResult) Measure ( const [FString](API\Runtime\Core\Containers\FString) & Text, int32 StartIndex, int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, bool IncludeKerningWithPrecedingChar, float FontScale ) const
[]
FStandaloneCompositeFont::FStandaloneCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Default constructor
SlateCore
FStandaloneCompositeFont()
[]
FStandaloneCompositeFont::AddReferencedObjects
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
SlateCore
virtual void AddReferencedObjects ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector )
[]
FStandaloneCompositeFont::GetReferencerName
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Overload this method to report a name for your referencer
SlateCore
virtual [FString](API\Runtime\Core\Containers\FString) GetReferencerName() const
[]
FStandaloneCompositeFont::FStandaloneCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Convenience constructor for when your composite font only contains a single font
SlateCore
FStandaloneCompositeFont ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy )
[]
FStandaloneCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
A version ofFCompositeFontthat should be used when it's not being embedded within anotherUObjectThis derives fromFGCObjectto ensure that the bulk data objects are referenced correctly
SlateCore
struct FStandaloneCompositeFont : public [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont), public [FGCObject](API\Runtime\CoreUObject\UObject\FGCObject)
[]
FTypeface::FTypeface
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Default constructor
SlateCore
FTypeface()
[]
FTypeface::AppendFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Append a new font into this family
SlateCore
[FTypeface](API\Runtime\SlateCore\Fonts\FTypeface) & AppendFont ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy )
[]
FTypeface::FTypeface
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Convenience constructor for when your font family only contains a single font
SlateCore
FTypeface ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy )
[]
FTypeface
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Definition for a typeface (a family of fonts)
SlateCore
struct FTypeface
[ { "type": "TArray<FTypefa...", "name": "Fonts", "description": "The fonts contained within this family" } ]
FTypefaceEntry::FTypefaceEntry
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Construct the entry from a name
SlateCore
FTypefaceEntry ( const [FName](API\Runtime\Core\UObject\FName) & InFontName )
[]
FTypefaceEntry::FTypefaceEntry
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Default constructor
SlateCore
FTypefaceEntry()
[]
FTypefaceEntry::FTypefaceEntry
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Construct the entry from a filename and the font data attributes
SlateCore
FTypefaceEntry ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy )
[]
FTypefaceEntry
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
A single entry in a typeface
SlateCore
struct FTypefaceEntry
[ { "type": "FFontData", "name": "Font", "description": "Raw font data for this font" }, { "type": "FName", "name": "Name", "description": "Name used to identify this font within its typeface" } ]
FUnicodeBlockRange::GetUnicodeBlockRange
/Engine/Source/Runtime/SlateCore/Public/Fonts/UnicodeBlockRange.h
Returns the block corresponding to the given enum
SlateCore
static [FUnicodeBlockRange](API\Runtime\SlateCore\Fonts\FUnicodeBlockRange) GetUnicodeBlockRange ( const EUnicodeBlockRange InBlockIndex )
[]
FUnicodeBlockRange
/Engine/Source/Runtime/SlateCore/Public/Fonts/UnicodeBlockRange.h
Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts
SlateCore
struct FUnicodeBlockRange
[ { "type": "FText", "name": "DisplayName", "description": "Display name of this block" }, { "type": "EUnicodeBlockRa...", "name": "Index", "description": "Indexenum of this block" }, { "type": "FInt32Range", "name": "Range", "description": "Range of this block" } ]
IFontFaceInterface::GetAscendOverriddenValue
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Returns the overridden value of the ascend. This value will be used only if IsAscendOverridden returns true.
SlateCore
int32 GetAscendOverriddenValue&40;&41; const
[]
FUnicodeBlockRange::GetUnicodeBlockRanges
/Engine/Source/Runtime/SlateCore/Public/Fonts/UnicodeBlockRange.h
Returns an array containing all of the pre-defined block ranges
SlateCore
static [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FUnicodeBlockRange](API\Runtime\SlateCore\Fonts\FUnicodeBlockRange) > GetUnicodeBlockRanges()
[]
IFontFaceInterface::GetDescendOverriddenValue
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Returns the overridden value of the descend. This value will be used only if IsDescendOverridden returns true.
SlateCore
int32 GetDescendOverriddenValue&40;&41; const
[]
IFontFaceInterface::GetFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Get the data buffer containing the data for the current font face.
SlateCore
FFontFaceDataConstRef GetFontFaceData&40;&41; const
[]
IFontFaceInterface::GetFontFilename
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Get the filename of the font to use. This may not actually exist on disk in editor builds and we should load the face buffer instead.
SlateCore
const FString & GetFontFilename&40;&41; const
[]
IFontFaceInterface::GetHinting
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Get the hinting algorithm to use with the font.
SlateCore
EFontHinting GetHinting&40;&41; const
[]
IFontFaceInterface::GetLayoutMethod
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Get the method to use when laying out the font?
SlateCore
EFontLayoutMethod GetLayoutMethod&40;&41; const
[]
IFontFaceInterface::GetLoadingPolicy
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Get the enum controlling how this font should be loaded at runtime.
SlateCore
EFontLoadingPolicy GetLoadingPolicy&40;&41; const
[]
IFontFaceInterface::InitializeFromBulkData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Initialize this font face from legacy bulk data.
SlateCore
void InitializeFromBulkData &40; const FString & InFilename, const EFontHinting InHinting, const void &42; InBulkDataPtr, const int32 InBulkDataSizeBytes &41;
[]
IFontFaceInterface::IsDescendOverridden
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Returns true if the descend is overridden.
SlateCore
bool IsDescendOverridden&40;&41; const
[]
IFontFaceInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
SlateCore
class IFontFaceInterface
[]
IFontFaceInterface::IsAscendOverridden
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
Returns true if the ascend is overridden.
SlateCore
bool IsAscendOverridden&40;&41; const
[]
IFontProviderInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h
SlateCore
class IFontProviderInterface
[]
IFontProviderInterface::GetCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h
SlateCore
const FCompositeFont &42; GetCompositeFont&40;&41; const
[]
ISlateFontAtlasFactory::CreateFontAtlas
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FSlateFontAtlas](API\Runtime\SlateCore\Fonts\FSlateFontAtlas) > CreateFontAtlas ( const bool InIsGrayscale ) const
[]
ISlateFontAtlasFactory::CreateNonAtlasedTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ISlateFontTexture](API\Runtime\SlateCore\Fonts\ISlateFontTexture) > CreateNonAtlasedTexture ( const uint32 InWidth, const uint32 InHeight, const bool InIsGrayscale, const [TArray](API\Runtime\Core\Containers\TArray)< uint8 > & InRawData ) const
[]
ISlateFontAtlasFactory::GetAtlasSize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
FIntPoint GetAtlasSize ( const bool InIsGrayscale ) const
[]
ISlateFontTexture::GetEngineTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Returns the texture resource used the Engine
SlateCore
[FTextureResource](API\Runtime\Engine\FTextureResource) * GetEngineTexture()
[]
ISlateFontAtlasFactory
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
class ISlateFontAtlasFactory
[]
ISlateFontTexture::IsGrayscale
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Returns whether the texture resource is 8-bit grayscale or 8-bit per-channel BGRA color
SlateCore
bool IsGrayscale() const
[]
ISlateFontTexture::GetSlateTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Returns the texture resource used by Slate
SlateCore
[FSlateShaderResource](API\Runtime\SlateCore\Textures\FSlateShaderResource) * GetSlateTexture() const
[]
ISlateFontTexture::ReleaseRenderingResources
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Releases rendering resources of this texture
SlateCore
void ReleaseRenderingResources()
[]
ISlateFontTexture::~ISlateFontTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
virtual ~ISlateFontTexture()
[]
WithIdenticalViaEquality
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
SlateCore
enum &123; WithIdenticalViaEquality = true &125;
[]
ISlateFontTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Interface to all Slate font textures, both atlased and non-atlased
SlateCore
class ISlateFontTexture
[]