|
| TSharedPtr< const FCompositeFont > | GetCompositeFont (const FName &InLegacyFontName, const EFontHinting InLegacyFontHinting) |
| |
| TSharedRef< const FCompositeFont > | GetDefaultFont () |
| |
| TSharedPtr< const FCompositeFont > | GetSystemFont () |
| |
| bool | IsLastResortFontAvailable () const |
| |
| TSharedPtr< const FCompositeFont > | GetLastResortFont () |
| |
| const FFontData & | GetLastResortFontData (const FFallbackContext &InContext) |
| |
| virtual void | AddReferencedObjects (FReferenceCollector &Collector) override |
| |
| virtual FString | GetReferencerName () const override |
| |
| | FGCObject () |
| |
| | FGCObject (const FGCObject &Other) |
| |
| | FGCObject (FGCObject &&Other) |
| |
| | FGCObject (EFlags Flags) |
| |
| virtual | ~FGCObject () |
| |
| FGCObject & | operator= (const FGCObject &) |
| |
| FGCObject & | operator= (FGCObject &&) |
| |
| COREUOBJECT_API void | RegisterGCObject () |
| |
| COREUOBJECT_API void | UnregisterGCObject () |
| |
| virtual bool | GetReferencerPropertyName (UObject *Object, FString &OutPropertyName) const |
| |
| TSharedRef< FLegacySlateFontInfoCache, Mode > | AsShared () |
| |
| TSharedRef< FLegacySlateFontInfoCache const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FLegacySlateFontInfoCache, Mode > | AsWeak () |
| |
| TWeakPtr< FLegacySlateFontInfoCache const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
Cache used to efficiently upgrade legacy FSlateFontInfo structs to use a composite font by reducing the amount of duplicate instances that are created