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
FFontData::IsAscendOverridden
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Returns true if the ascend is overridden.
SlateCore
bool IsAscendOverridden() const
[]
FFontData::IsDescendOverridden
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Returns true if the descend is overridden.
SlateCore
bool IsDescendOverridden() const
[]
FFontData::operator!=
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Check to see whether this font data is not equal to the other font data
SlateCore
bool operator!= ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & Other ) const
[]
FFontData::operator==
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Check to see whether this font data is equal to the other font data
SlateCore
bool operator== ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & Other ) const
[]
FFontData::Serialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Handle serialization for this struct.
SlateCore
bool Serialize ( [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
FFontData::SetSubFaceIndex
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Set the index of the sub-face that should be used.
SlateCore
void SetSubFaceIndex ( const int32 InSubFaceIndex )
[]
FFontData::FFontData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Construct the raw data from a filename and the font data attributes
SlateCore
FFontData ( [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy, const int32 InSubFaceIndex )
[]
FFontData::FFontData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Construct the raw data from a font face asset
SlateCore
FFontData ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) *const InFontFaceAsset, const int32 InSubFaceIndex )
[]
FFontData::FFontData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Default constructor
SlateCore
FFontData()
[]
FFontData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Payload data describing an individual font in a typeface. Keep this lean as it's also used as a key!
SlateCore
struct FFontData
[]
FFontFaceData::GetData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
The data set on this instance
SlateCore
const [TArray](API\Runtime\Core\Containers\TArray)< uint8 > & GetData() const
[]
FFontFaceData::HasData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
true if this instance has data set on it
SlateCore
bool HasData() const
[]
FFontFaceData::MakeFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Helper function to construct a default font face data
SlateCore
static FFontFaceDataRef MakeFontFaceData()
[]
FFontFaceData::MakeFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Helper function to construct a font face data from an existing block of font data
SlateCore
static FFontFaceDataRef MakeFontFaceData ( [TArray](API\Runtime\Core\Containers\TArray)< uint8 > && InData )
[]
FFontFaceData::Serialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Serialize the data on this instance to/from an archive
SlateCore
void Serialize ( [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
FFontFaceData::FFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Default constructor
SlateCore
FFontFaceData()
[]
FFontFaceData::SetData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Set from an existing block of font data
SlateCore
void SetData ( [TArray](API\Runtime\Core\Containers\TArray)< uint8 > && InData )
[]
FFontFaceData::FFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Construct from an existing block of font data
SlateCore
FFontFaceData ( [TArray](API\Runtime\Core\Containers\TArray)< uint8 > && InData )
[]
FFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Exists as a struct so it can be shared between its owner asset and the font cache without worrying aboutUObjectlifetimes.
SlateCore
struct FFontFaceData
[]
FFontOutlineSettings::IsIdenticalTo
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool IsIdenticalTo ( const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & Other ) const
[]
FFontFaceData::~FFontFaceData
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
Destructor
SlateCore
~FFontFaceData()
[]
FFontOutlineSettings::IsIdenticalToForCaching
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool IsIdenticalToForCaching ( const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & Other ) const
[]
FFontOutlineSettings::IsVisible
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool IsVisible() const
[]
NoOutline
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
static [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) NoOutline;
[]
FFontOutlineSettings::PostSerialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
void PostSerialize ( const [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
FFontOutlineSettings::Serialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
bool Serialize ( [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
FFontOutlineSettings::FFontOutlineSettings
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
FFontOutlineSettings ( int32 InOutlineSize, [FLinearColor](API\Runtime\Core\Math\FLinearColor) InColor )
[]
FFontOutlineSettings::FFontOutlineSettings
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
FFontOutlineSettings()
[]
FFontOutlineSettings
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
Settings for applying an outline to a font
SlateCore
struct FFontOutlineSettings
[ { "type": "bool", "name": "bApplyOutlineToDropShadows", "description": "When enabled the outline will be applied to any drop shadow that uses this font" }, { "type": "bool", "name": "bSeparateFillAlpha", "description": "When enabled the outline will be completely translucent where the filled area will be." }, { "type": "FLinearColor", "name": "OutlineColor", "description": "The color of the outline for any character in this font" }, { "type": "TObjectPtr<UOb...", "name": "OutlineMaterial", "description": "Optional material to apply to the outline" }, { "type": "int32", "name": "OutlineSize", "description": "Size of the outline in slate units (at 1.0 font scale this unit is a pixel)" } ]
FShapedGlyphEntry
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Information for rendering one glyph in a shaped text sequence
SlateCore
struct FShapedGlyphEntry
[ { "type": "bool", "name": "bIsVisible", "description": "True if this is a visible glyph that should be drawn." }, { "type": "TSharedPtr< FSh...", "name": "FontFaceData", "description": "Provides access to the FreeType face for this glyph (not available publicly)" }, { "type": "uint32", "name": "GlyphIndex", "description": "The index of this glyph in the FreeType face" }, { "type": "int8", "name": "Kerning", "description": "The \"kerning\" between this glyph and the next one in the sequence" }, { "type": "uint8", "name": "NumCharactersInGlyph", "description": "The number of source characters represented by this glyph This is typically 1, however will be greater for ligatures, or may be 0 if a single character produces multiple glyphs" }, { "type": "uint8", "name": "NumGraphemeClustersInGlyph", "description": "The number of source grapheme clusters represented by this glyph This is typically 1, however will be greater for ligatures, or may be 0 if a single character produces multiple glyphs" }, { "type": "int32", "name": "SourceIndex", "description": "The index of this glyph from the source text." }, { "type": "TextBiDi::EText...", "name": "TextDirection", "description": "The reading direction of the text this glyph was shaped from" }, { "type": "int16", "name": "XAdvance", "description": "The amount to advance in X before drawing the next glyph in the sequence" }, { "type": "int16", "name": "XOffset", "description": "The offset to apply in X when drawing this glyph" }, { "type": "int16", "name": "YAdvance", "description": "The amount to advance in Y before drawing the next glyph in the sequence" }, { "type": "int16", "name": "YOffset", "description": "The offset to apply in Y when drawing this glyph" } ]
FShapedGlyphEntry::GetBitmapRenderScale
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get any additional scale that should be applied when rendering this glyph
SlateCore
float GetBitmapRenderScale() const
[]
FShapedGlyphEntryKey::operator==
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
bool operator== ( const [FShapedGlyphEntryKey](API\Runtime\SlateCore\Fonts\FShapedGlyphEntryKey) & Other ) const
[]
FShapedGlyphEntryKey::operator!=
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
bool operator!= ( const [FShapedGlyphEntryKey](API\Runtime\SlateCore\Fonts\FShapedGlyphEntryKey) & Other ) const
[]
FShapedGlyphEntryKey
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
MinimalFShapedGlyphEntrykey information used for map lookups
SlateCore
struct FShapedGlyphEntryKey
[]
FShapedGlyphFontAtlasData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The font atlas data for a single glyph in a shaped text sequence
SlateCore
struct FShapedGlyphFontAtlasData
[ { "type": "int16", "name": "HorizontalOffset", "description": "The horizontal distance from the origin to the leftmost border of the glyph bitmap" }, { "type": "uint16", "name": "StartU", "description": "Start X location of the glyph in the texture" }, { "type": "uint16", "name": "StartV", "description": "Start Y location of the glyph in the texture" }, { "type": "bool", "name": "SupportsOutline", "description": "True if this entry supports outline rendering, false otherwise." }, { "type": "uint8", "name": "TextureIndex", "description": "Indexto a specific texture in the font cache." }, { "type": "uint16", "name": "USize", "description": "X Size of the glyph in the texture" }, { "type": "bool", "name": "Valid", "description": "True if this entry is valid, false otherwise." }, { "type": "int16", "name": "VerticalOffset", "description": "The vertical distance from the baseline to the topmost border of the glyph bitmap" }, { "type": "uint16", "name": "VSize", "description": "Y Size of the glyph in the texture" } ]
EEnumerateGlyphsResult
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text
SlateCore
enum EEnumerateGlyphsResult { EnumerationFailed, EnumerationAborted, EnumerationComplete, }
[]
FForEachShapedGlyphEntryCallback
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
typedef [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool(const [FShapedGlyphEntry](API\Runtime\SlateCore\Fonts\FShapedGlyphEntry) &, int32)> FForEachShapedGlyphEntryCallback
[]
FShapedGlyphEntry::HasValidGlyph
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Check whether this entry contains a valid glyph (non-zero, and not the SlateFontRendererUtils::InvalidSubChar glyph)
SlateCore
bool HasValidGlyph() const
[]
FShapedGlyphSequence::FGlyphOffsetResult::FGlyphOffsetResult
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FGlyphOffsetResult&40;&41;
[]
FShapedGlyphEntryKey::FShapedGlyphEntryKey
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FShapedGlyphEntryKey ( const FShapedGlyphFaceData & InFontFaceData, uint32 InGlyphIndex, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FShapedGlyphSequence::FGlyphOffsetResult::FGlyphOffsetResult
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FGlyphOffsetResult &40; const int32 InCharacterIndex &41;
[]
FShapedGlyphSequence::FGlyphOffsetResult::FGlyphOffsetResult
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FGlyphOffsetResult &40; const FShapedGlyphEntry &42; InGlyph, const int32 InGlyphOffset &41;
[]
FGlyphOffsetResult
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Return data used by GetGlyphAtOffset
SlateCore
struct FGlyphOffsetResult
[ { "type": "int32", "name": "CharacterIndex", "description": "The character index that was hit (set to the start or end index if we fail to hit a glyph)" }, { "type": "constFShapedGl...", "name": "Glyph", "description": "The glyph that was hit. May be null if we hit outside the range of any glyph" }, { "type": "int32", "name": "GlyphOffset", "description": "The offset to the left edge of the hit glyph" } ]
FShapedGlyphSequence::AddReferencedObjects
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
void AddReferencedObjects ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector )
[]
FSourceTextRange
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
struct FSourceTextRange
[ { "type": "int32", "name": "TextLen", "description": "" }, { "type": "int32", "name": "TextStart", "description": "" } ]
FShapedGlyphSequence::FSourceTextRange::FSourceTextRange
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FSourceTextRange &40; const int32 InTextStart, const int32 InTextLen &41;
[]
FShapedGlyphSequence::GetAllocatedSize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the amount of memory allocated to this sequence
SlateCore
SIZE_T GetAllocatedSize() const
[]
FShapedGlyphSequence::GetFontMaterial
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the material to use when rendering these glyphs
SlateCore
const [UObject](API\Runtime\CoreUObject\UObject\UObject) * GetFontMaterial() const
[]
FShapedGlyphSequence::GetFontOutlineSettings
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the font outline settings to use when rendering these glyphs
SlateCore
const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & GetFontOutlineSettings() const
[]
FShapedGlyphSequence::GetGlyphAtOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the information for the glyph at the specified position in pixels along the string horizontally The result data (seeFGlyphOffsetResult)
SlateCore
[FGlyphOffsetResult](API\Runtime\SlateCore\Fonts\FShapedGlyphSequence\FGlyphOffsetResult) GetGlyphAtOffset ( [FSlateFontCache](API\Runtime\SlateCore\Fonts\FSlateFontCache) & InFontCache, const int32 InHorizontalOffset, const int32 InStartOffset ) const
[]
FShapedGlyphSequence::GetGlyphAtOffset
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text The result data (seeFGlyphOffsetResult), or an unset value if we couldn't find the character (eg, because you started or ended on a merged ligature, or because the range is out-of-bounds)
SlateCore
[TOptional](API\Runtime\Core\IO\TOptional)< [FGlyphOffsetResult](API\Runtime\SlateCore\Fonts\FShapedGlyphSequence\FGlyphOffsetResult) > GetGlyphAtOffset ( [FSlateFontCache](API\Runtime\SlateCore\Fonts\FSlateFontCache) & InFontCache, const int32 InStartIndex, const int32 InEndIndex, const int32 InHorizontalOffset, const int32 InStartOffset, const bool InIncludeKerningWithPrecedingGlyph ) const
[]
FShapedGlyphSequence::GetKerning
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The index used here is relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text The kerning, or an unset value if we couldn't get the kerning (eg, because you specified a merged ligature, or because the index is out-of-bounds)
SlateCore
[TOptional](API\Runtime\Core\IO\TOptional)< int8 > GetKerning ( const int32 InIndex ) const
[]
FShapedGlyphSequence::GetGlyphsToRender
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the array of glyphs in this sequence. This data will be ordered so that you can iterate and draw left-to-right, which means it will be backwards for right-to-left languages
SlateCore
const [TArray](API\Runtime\Core\Containers\TArray)< [FShapedGlyphEntry](API\Runtime\SlateCore\Fonts\FShapedGlyphEntry) > & GetGlyphsToRender() const
[]
FShapedGlyphSequence::GetMaxTextHeight
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the maximum height of any glyph in the font we're using
SlateCore
uint16 GetMaxTextHeight() const
[]
FShapedGlyphSequence::GetMeasuredWidth
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the measured width of the entire shaped text The measured width
SlateCore
int32 GetMeasuredWidth() const
[]
FShapedGlyphSequence::GetSubSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text The sub-sequence, or an null if the sub-sequence couldn't be created (eg, because you started or ended on a merged ligature, or because the range is out-of-bounds)
SlateCore
FShapedGlyphSequencePtr GetSubSequence ( const int32 InStartIndex, const int32 InEndIndex ) const
[]
FShapedGlyphSequence::GetMeasuredWidth
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text The measured width, or an unset value if the text couldn't be measured (eg, because you started or ended on a merged ligature, or because the range is out-of-bounds)
SlateCore
[TOptional](API\Runtime\Core\IO\TOptional)< int32 > GetMeasuredWidth ( const int32 InStartIndex, const int32 InEndIndex, const bool InIncludeKerningWithPrecedingGlyph ) const
[]
FShapedGlyphSequence::GetTextBaseline
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the baseline to use when drawing the glyphs in this sequence
SlateCore
int16 GetTextBaseline() const
[]
FShapedGlyphSequence::FShapedGlyphSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FShapedGlyphSequence()
[]
FShapedGlyphSequence::IsDirty
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Check to see whether this glyph sequence is dirty (ie, contains glyphs with invalid font pointers)
SlateCore
bool IsDirty() const
[]
FShapedGlyphSequence::FShapedGlyphSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Non-copyable
SlateCore
FShapedGlyphSequence &40; const FShapedGlyphSequence & &41;
[]
FShapedGlyphSequence::FShapedGlyphSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
FShapedGlyphSequence ( [TArray](API\Runtime\Core\Containers\TArray)< [FShapedGlyphEntry](API\Runtime\SlateCore\Fonts\FShapedGlyphEntry) > InGlyphsToRender, const int16 InTextBaseline, const uint16 InMaxTextHeight, const [UObject](API\Runtime\CoreUObject\UObject\UObject) * InFontMaterial, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings, const [FSourceTextRange](API\Runtime\SlateCore\Fonts\FShapedGlyphSequence\FSourceTextRange) & InSourceTextRange )
[]
FShapedGlyphSequence::~FShapedGlyphSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
SlateCore
~FShapedGlyphSequence()
[]
FShapedGlyphSequence
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Information for rendering a shaped text sequence
SlateCore
class FShapedGlyphSequence
[]
FSlateFontAtlas::AddCharacter
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Adds a character to the texture.
SlateCore
const [FAtlasedTextureSlot](API\Runtime\SlateCore\Textures\FAtlasedTextureSlot) * AddCharacter ( const [FCharacterRenderData](API\Runtime\SlateCore\Fonts\FCharacterRenderData) & CharInfo )
[]
FSlateFontAtlas::Flush
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Flushes all cached data.
SlateCore
void Flush()
[]
FSlateFontAtlas::GetAtlasTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
virtual [FSlateShaderResource](API\Runtime\SlateCore\Textures\FSlateShaderResource) * GetAtlasTexture() const
[]
FSlateFontAtlas::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
virtual bool IsGrayscale() const
[]
FSlateFontAtlas::ReleaseRenderingResources
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Releases rendering resources of this texture
SlateCore
virtual void ReleaseRenderingResources()
[]
FSlateFontAtlas::FSlateFontAtlas
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
FSlateFontAtlas ( uint32 InWidth, uint32 InHeight, const bool InIsGrayscale )
[]
FSlateFontAtlas
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
Representation of a texture for fonts in which characters are packed tightly based on their bounding rectangle
SlateCore
class FSlateFontAtlas : public [ISlateFontTexture](API\Runtime\SlateCore\Fonts\ISlateFontTexture), public [FSlateTextureAtlas](API\Runtime\SlateCore\Textures\FSlateTextureAtlas)
[]
FSlateFontAtlas::~FSlateFontAtlas
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h
SlateCore
virtual ~FSlateFontAtlas()
[]
FSlateFontCache::CanLoadCodepoint
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Whether or not the specified character, within the specified font, can be loaded with the specified maximum font fallback level Whether or not the character can be loaded
SlateCore
bool CanLoadCodepoint ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & InFontData, const UTF32CHAR InCodepoint, EFontFallback MaxFallbackLevel ) const
[]
FSlateFontCache::ConditionalFlushCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Flush the cache if needed
SlateCore
bool ConditionalFlushCache()
[]
FSlateFontCache::FlushCompositeFont
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Flush the given composite font out of the cache
SlateCore
void FlushCompositeFont ( const [FCompositeFont](API\Runtime\SlateCore\Fonts\FCompositeFont) & InCompositeFont )
[]
FSlateFontCache::FlushData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Clears just the cached font data, but leaves the atlases alone
SlateCore
void FlushData()
[]
FSlateFontCache::FlushObject
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Flush the given object out of the cache
SlateCore
void FlushObject ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) *const InObject )
[]
FSlateFontCache::GetAtlasPageResource
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the page resource for the given index (verify with GetNumAtlasPages)
SlateCore
virtual [FSlateShaderResource](API\Runtime\SlateCore\Textures\FSlateShaderResource) * GetAtlasPageResource ( const int32 InIndex ) const
[]
FSlateFontCache::GetAvailableFontSubFaces
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the available sub-face data from the given font. Typically there will only be one face unless this is a TTC/OTC font. The index of the returned entry can be passed as InFaceIndex to the FFreeTypeFace constructor.
SlateCore
[TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetAvailableFontSubFaces ( FFontFaceDataConstRef InMemory ) const
[]
FSlateFontCache::GetAtlasSlotInfoAtPosition
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Finds a currently occupied slot at a position specified in atlas coordinates where 0,0 is the top left and the size of the atlas is bottom right
SlateCore
virtual [FAtlasSlotInfo](API\Runtime\SlateCore\Textures\FAtlasSlotInfo) GetAtlasSlotInfoAtPosition ( FIntPoint InPosition, int32 AtlasIndex ) const
[]
FSlateFontCache::GetAvailableFontSubFaces
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the available sub-face data from the given font. Typically there will only be one face unless this is a TTC/OTC font. The index of the returned entry can be passed as InFaceIndex to the FFreeTypeFace constructor.
SlateCore
[TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetAvailableFontSubFaces ( const [FString](API\Runtime\Core\Containers\FString) & InFilename ) const
[]
FSlateFontCache::GetBaseline
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.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
[]
FSlateFontCache::GetCharacterList
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Gets information for how to draw all non-shaped characters in the specified string. Caches characters as they are found
SlateCore
[FCharacterList](API\Runtime\SlateCore\Fonts\FCharacterList) & GetCharacterList ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, float FontScale, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FSlateFontCache::GetDefaultFontData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Returns the font to use from the default typeface The raw font data
SlateCore
const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & GetDefaultFontData ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo ) const
[]
FSlateFontCache::GetFontAttributes
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Returns the font attributes for the specified font. The font attributes for the specified font.
SlateCore
const [TSet](API\Runtime\Core\Containers\TSet)< [FName](API\Runtime\Core\UObject\FName) > & GetFontAttributes ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & InFontData ) const
[]
FSlateFontCache::GetFontTexture
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the texture resource for a font atlas at a given index Handle to the texture resource
SlateCore
[ISlateFontTexture](API\Runtime\SlateCore\Fonts\ISlateFontTexture) * GetFontTexture ( uint32 Index )
[]
FSlateFontCache::GetFontDataAssetResidentMemory
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Gets the allocated font face data for a font data asset
SlateCore
SIZE_T GetFontDataAssetResidentMemory ( const [UObject](API\Runtime\CoreUObject\UObject\UObject) * FontDataAsset ) const
[]
FSlateFontCache::GetFontDataForCodepoint
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Returns the font to use from the typeface associated with the given codepoint The raw font data
SlateCore
const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & GetFontDataForCodepoint ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const UTF32CHAR InCodepoint, float & OutScalingFactor ) const
[]
FSlateFontCache::GetKerning
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Calculates the kerning amount for a pair of characters The kerning amount, 0 if no kerning
SlateCore
int8 GetKerning ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & InFontData, const float InSize, TCHAR First, TCHAR Second, float Scale ) const
[]
FSlateFontCache::GetNumAtlasPages
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
ISlateAtlasProvider
SlateCore
virtual int32 GetNumAtlasPages() const
[]
FSlateFontCache::GetMaxCharacterHeight
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.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
[]
FSlateFontCache::GetOverflowEllipsisText
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Gets the overflow glyph sequence for a given font. The overflow sequence is used to replace characters that are clipped
SlateCore
FShapedGlyphSequenceRef GetOverflowEllipsisText ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float InFontScale )
[]
FSlateFontCache::HasKerning
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Whether or not the font used has kerning information
SlateCore
bool HasKerning ( const [FFontData](API\Runtime\SlateCore\Fonts\FFontData) & InFontData ) const
[]
FSlateFontCache::GetUnderlineMetrics
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the underline metrics for the specified font.
SlateCore
void GetUnderlineMetrics ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float FontScale, int16 & OutUnderlinePos, int16 & OutUnderlineThickness ) const
[]
FSlateFontCache::GetStrikeMetrics
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the strike metrics for the specified font.
SlateCore
void GetStrikeMetrics ( const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & InFontInfo, const float FontScale, int16 & OutStrikeLinePos, int16 & OutStrikeLineThickness ) const
[]
FSlateFontCache::IsAtlasPageResourceAlphaOnly
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Does the page resources for the given index only contain alpha information? This affects how the atlas visualizer will sample them (verify with GetNumAtlasPages)
SlateCore
virtual bool IsAtlasPageResourceAlphaOnly ( const int32 InIndex ) const
[]
FSlateFontCache::GetShapedGlyphFontAtlasData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Get the atlas information for the given shaped glyph. This information will be cached if required
SlateCore
[FShapedGlyphFontAtlasData](API\Runtime\SlateCore\Fonts\FShapedGlyphFontAtlasData) GetShapedGlyphFontAtlasData ( const [FShapedGlyphEntry](API\Runtime\SlateCore\Fonts\FShapedGlyphEntry) & InShapedGlyph, const [FFontOutlineSettings](API\Runtime\SlateCore\Fonts\FFontOutlineSettings) & InOutlineSettings )
[]
FSlateFontCache::ReleaseResources
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Releases rendering resources
SlateCore
void ReleaseResources()
[]
FSlateFontCache::OnReleaseResources
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Event called after releasing the rendering resources in ReleaseResources
SlateCore
FOnReleaseFontResources & OnReleaseResources()
[]
FSlateFontCache::RequestFlushCache
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h
Issues a request to clear all cached data from the cache
SlateCore
virtual void RequestFlushCache ( const [FString](API\Runtime\Core\Containers\FString) & FlushReason )
[]