UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EngineFontServices.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7
10
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition EngineFontServices.h:15
ENGINE_API TSharedPtr< FSlateFontCache > GetFontCache()
Definition EngineFontServices.cpp:53
static ENGINE_API bool IsInitialized()
Definition EngineFontServices.cpp:42
static ENGINE_API void Destroy()
Definition EngineFontServices.cpp:35
static ENGINE_API FEngineFontServices & Get()
Definition EngineFontServices.cpp:47
ENGINE_API void UpdateCache()
Definition EngineFontServices.cpp:73
ENGINE_API FOnReleaseFontResources & OnReleaseResources()
Definition EngineFontServices.cpp:82
static ENGINE_API void Create()
Definition EngineFontServices.cpp:29
ENGINE_API TSharedPtr< FSlateFontMeasure > GetFontMeasure()
Definition EngineFontServices.cpp:63
Definition FontCache.h:756
Definition FontMeasure.h:14
Definition SharedPointer.h:692