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
|
---|---|---|---|---|---|
FSlateInvalidationWidgetHeapElement | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | Pair of WidgetIndex and WidgetSortIndex. Can be used to sort the widget. | SlateCore | struct FSlateInvalidationWidgetHeapElement | [] |
Invalid | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | SlateCore | static const [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) Invalid = { std::numeric_limits<FSlateInvalidationWidgetIndex::IndexType>::max(), std::numeric_limits<FSlateInvalidationWidgetIndex::IndexType>::max() }; | [] |
|
IndexType | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | SlateCore | typedef uint16 IndexType | [] |
|
FSlateInvalidationWidgetIndex::ToString | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | SlateCore | [FString](API\Runtime\Core\Containers\FString) ToString() const | [] |
|
FSlateInvalidationWidgetIndex::operator!= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | SlateCore | bool operator!= ( [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) Other ) const | [] |
|
FSlateInvalidationWidgetIndex::operator== | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | SlateCore | bool operator== ( [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) Other ) const | [] |
|
FSlateInvalidationWidgetIndex | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h | No constructors are accessible with public or protected access. | SlateCore | struct FSlateInvalidationWidgetIndex | [] |
FSlateInvalidationWidgetSortOrder::LimitMax | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | static [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) LimitMax() | [] |
|
FSlateInvalidationWidgetSortOrder::operator>= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator>= ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::LimitMin | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | static [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) LimitMin() | [] |
|
FSlateInvalidationWidgetSortOrder::operator== | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator== ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::operator< | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator< ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::operator> | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator> ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::operator<= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator<= ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::operator!= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | bool operator!= ( const [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) Other ) const | [] |
|
FSlateInvalidationWidgetSortOrder::FSlateInvalidationWidgetSortOrder | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | FSlateInvalidationWidgetSortOrder ( const FSlateInvalidationWidgetList & List, [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) Index ) | [] |
|
FSlateInvalidationWidgetSortOrder::FSlateInvalidationWidgetSortOrder | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | FSlateInvalidationWidgetSortOrder &40; uint32 InOrder &41; | [] |
|
FSlateInvalidationWidgetVisibility::AreAncestorsVisible | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true when all the widget ancestors are visible but the widget itself may not be visible. | SlateCore | bool AreAncestorsVisible() const | [] |
FSlateInvalidationWidgetVisibility::IsCollapsed | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true when at least one of the widget's ancestor is collapse or the widget itself is collapse. | SlateCore | bool IsCollapsed() const | [] |
FSlateInvalidationWidgetSortOrder::FSlateInvalidationWidgetSortOrder | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateCore | FSlateInvalidationWidgetSortOrder() | [] |
|
FSlateInvalidationWidgetVisibility::IsCollapseDirectly | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true the widget itself is collapse. | SlateCore | bool IsCollapseDirectly() const | [] |
FSlateInvalidationWidgetVisibility::IsCollapseIndirectly | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true when at least one of the widget's ancestor is collapse but the widget itself may not be collapse. | SlateCore | bool IsCollapseIndirectly() const | [] |
FSlateInvalidationWidgetVisibility::IsVisible | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true when all the widget ancestors are visible and the widget itself is visible. | SlateCore | bool IsVisible() const | [] |
FSlateInvalidationWidgetSortOrder | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h | SlateInvalidationWidgetIndex cannot be used to sort the widget since the ArrayIndex may not be in the expected order. (See the array as a double linked list). SlateInvalidationWidgetSortOrder builds a unique number that represents the order of the widget. The number is padded in a way to keep the order but not necessarily sequential. It is valid until the next SlateInvalidationRoot::ProcessInvalidation() | SlateCore | struct FSlateInvalidationWidgetSortOrder | [] |
FSlateInvalidationWidgetVisibility::IsVisibleDirectly | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true when the widget itself is visible (but may have invisible ancestors). | SlateCore | bool IsVisibleDirectly() const | [] |
FSlateInvalidationWidgetVisibility::operator= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) & operator= ( const [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) & Other ) | [] |
|
FSlateInvalidationWidgetVisibility::MimicAsParent | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | Assign the ancestors value to the widget values. Mimicking as it would be the parent. | SlateCore | [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) MimicAsParent() const | [] |
FSlateInvalidationWidgetVisibility::operator== | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool operator== ( [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) Other ) const | [] |
|
FSlateInvalidationWidgetVisibility::operator!= | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool operator!= ( [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) Other ) const | [] |
|
FSlateInvalidationWidgetVisibility::SetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | void SetVisibility ( [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) ParentFlags, [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility ) | [] |
|
FSlateInvalidationWidgetVisibility::SetAncestorsVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | void SetAncestorsVisibility ( [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) ParentFlags ) | [] |
|
FSlateInvalidationWidgetVisibility::FSlateInvalidationWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FSlateInvalidationWidgetVisibility() | [] |
|
FSlateInvalidationWidgetVisibility::FSlateInvalidationWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FSlateInvalidationWidgetVisibility ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility ) | [] |
|
FSlateInvalidationWidgetVisibility::FSlateInvalidationWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FSlateInvalidationWidgetVisibility ( const [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) & Other ) | [] |
|
FSlateInvalidationWidgetVisibility::FSlateInvalidationWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FSlateInvalidationWidgetVisibility ( [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) ParentFlags, [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility ) | [] |
|
NoState | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | static const [FSlateWidgetPersistentState](API\Runtime\SlateCore\FastUpdate\FSlateWidgetPersistentState) NoState; | [] |
|
FSlateInvalidationWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | struct FSlateInvalidationWidgetVisibility | [
{
"type": "uint8: 1",
"name": "bAncestorCollapse",
"description": ""
},
{
"type": "uint8: 1",
"name": "bAncestorsVisible",
"description": ""
},
{
"type": "uint8: 1",
"name": "bCollapse",
"description": ""
},
{
"type": "uint8: 1",
"name": "bVisible",
"description": ""
},
{
"type": "uint8: 4",
"name": "FlagPadding",
"description": ""
},
{
"type": "uint8",
"name": "Flags",
"description": ""
}
] |
|
FWidgetProxy::FUpdateResult::FUpdateResult | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FUpdateResult&40;&41; | [] |
|
FSlateWidgetPersistentState | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | Represents the state of a widget from when it last hadSWidget::Paintcalled on it. This should contain everything needed to directly call Paint on a widget | SlateCore | struct FSlateWidgetPersistentState | [
{
"type": "FGeometry",
"name": "AllottedGeometry",
"description": ""
},
{
"type": "uint8: 1",
"name": "bDeferredPainting",
"description": ""
},
{
"type": "uint8: 1",
"name": "bInheritedHittestability",
"description": ""
},
{
"type": "uint8: 1",
"name": "bIsInGameLayer",
"description": ""
},
{
"type": "uint8: 1",
"name": "bParentEnabled",
"description": ""
},
{
"type": "FSlateCachedEle...",
"name": "CachedElementHandle",
"description": ""
},
{
"type": "FSlateRect",
"name": "CullingBounds",
"description": ""
},
{
"type": "FGeometry",
"name": "DesktopGeometry",
"description": ""
},
{
"type": "EFlowDirection",
"name": "IncomingFlowDirection",
"description": ""
},
{
"type": "int8",
"name": "IncomingUserIndex",
"description": ""
},
{
"type": "TOptional<FSla...",
"name": "InitialClipState",
"description": ""
},
{
"type": "EWidgetPixelSna...",
"name": "InitialPixelSnappingMethod",
"description": ""
},
{
"type": "int32",
"name": "LayerId",
"description": "Starting layer id for drawing children"
},
{
"type": "int32",
"name": "OutgoingLayerId",
"description": ""
},
{
"type": "TWeakPtr<SWidg...",
"name": "PaintParent",
"description": ""
},
{
"type": "FWidgetStyle",
"name": "WidgetStyle",
"description": ""
}
] |
FSlateWidgetPersistentState::FSlateWidgetPersistentState | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FSlateWidgetPersistentState() | [] |
|
FUpdateResult | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | struct FUpdateResult | [
{
"type": "bool",
"name": "bPainted",
"description": ""
},
{
"type": "int32",
"name": "NewOutgoingLayerId",
"description": ""
},
{
"type": "int32",
"name": "PreviousOutgoingLayerId",
"description": ""
}
] |
|
FWidgetProxy::FUpdateResult::FUpdateResult | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FUpdateResult &40; int32 InPreviousOutgoingLayerId, int32 InNewOutgoingLayerId &41; | [] |
|
FWidgetProxy::GetWidget | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * GetWidget() const | [] |
|
FWidgetProxy::IsSameWidget | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool IsSameWidget ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InWidget ) const | [] |
|
FWidgetProxy::MarkProxyUpdatedThisFrame | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | void MarkProxyUpdatedThisFrame ( FSlateInvalidationWidgetPostHeap & UpdateList ) | [] |
|
FWidgetProxy::ProcessLayoutInvalidation | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | void ProcessLayoutInvalidation ( FSlateInvalidationWidgetPostHeap & UpdateList, FSlateInvalidationWidgetList & FastPathWidgetList, [FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) & Root ) | [] |
|
FWidgetProxy::ProcessPostInvalidation | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool ProcessPostInvalidation ( FSlateInvalidationWidgetPostHeap & UpdateList, FSlateInvalidationWidgetList & FastPathWidgetList, [FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) & Root ) | [] |
|
FWidgetProxy::Update | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | Similar toSWidget::Paintbut use the saved PersistenState. Only paint/tick if needed.
the new and previous LayerId is the widget was painted. | SlateCore | [FUpdateResult](API\Runtime\SlateCore\FastUpdate\FWidgetProxy\FUpdateResult) Update ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & PaintArgs, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements ) | [] |
FWidgetProxy::GetWidgetAsShared | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | ForceNoInline to workaround PGO FastGen issue. | SlateCore | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetWidgetAsShared() const | [] |
FWidgetProxy::ResetWidget | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | void ResetWidget() | [] |
|
FWidgetProxy | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | class FWidgetProxy | [
{
"type": "union FWidgetPr...",
"name": "@2541",
"description": ""
},
{
"type": "union FWidgetPr...",
"name": "@2543",
"description": ""
},
{
"type": "uint8: 1",
"name": "bContainedByWidgetPostHeap",
"description": "Is the widget in the post update list."
},
{
"type": "uint8: 1",
"name": "bContainedByWidgetPreHeap",
"description": "Is the widget in the pre update list."
},
{
"type": "uint8: 1",
"name": "bContainedByWidgetPrepassList",
"description": "Is the widget in a pending prepass list."
},
{
"type": "uint8: 1",
"name": "bDebug_AttributeUpdated",
"description": "Use with \"Slate.InvalidationRoot.VerifyWidgetAttribute\"."
},
{
"type": "uint8: 1",
"name": "bDebug_LastFrameVisible",
"description": "Use with \"Slate.InvalidationRoot.VerifyWidgetVisibility\"."
},
{
"type": "uint8: 1",
"name": "bDebug_LastFrameVisibleSet",
"description": ""
},
{
"type": "uint8: 1",
"name": "bDebug_Updated",
"description": "The widget was updated (paint or ticked/activetimer)."
},
{
"type": "uint8: 1",
"name": "bIsInvalidationRoot",
"description": "Is the widget an Invalidation Root."
},
{
"type": "uint8: 1",
"name": "bIsVolatilePrepass",
"description": "Is the widget has volatile prepass flag."
},
{
"type": "EInvalidateWidg...",
"name": "CurrentInvalidateReason",
"description": ""
},
{
"type": "FSlateInvalidat...",
"name": "Index",
"description": ""
},
{
"type": "FSlateInvalidat...",
"name": "LeafMostChildIndex",
"description": ""
},
{
"type": "FSlateInvalidat...",
"name": "ParentIndex",
"description": ""
},
{
"type": "uint8",
"name": "PrivateDebugFlags",
"description": ""
},
{
"type": "uint8",
"name": "PrivateFlags",
"description": ""
},
{
"type": "FSlateInvalidat...",
"name": "Visibility",
"description": ""
}
] |
|
FWidgetProxyHandle::GetProxy | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | const [FWidgetProxy](API\Runtime\SlateCore\FastUpdate\FWidgetProxy) & GetProxy() const | [] |
|
FWidgetProxyHandle::GetProxy | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FWidgetProxy](API\Runtime\SlateCore\FastUpdate\FWidgetProxy) & GetProxy() | [] |
|
FWidgetProxyHandle::GetInvalidationRootHandle | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FSlateInvalidationRootHandle](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRootHandle) GetInvalidationRootHandle() const | [] |
|
FWidgetProxy::FWidgetProxy | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FWidgetProxy ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & InWidget ) | [] |
|
FWidgetProxyHandle::GetWidgetSortOrder | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) GetWidgetSortOrder() const | [] |
|
FWidgetProxyHandle::GetWidgetIndex | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) GetWidgetIndex() const | [] |
|
FWidgetProxyHandle::GetWidgetVisibility | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | [FSlateInvalidationWidgetVisibility](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetVisibili-) GetWidgetVisibility ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget ) const | [] |
|
FWidgetProxyHandle::HasAnyInvalidationReason | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool HasAnyInvalidationReason ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget, EInvalidateWidgetReason Reason ) const | [] |
|
FWidgetProxyHandle::HasAllInvalidationReason | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | bool HasAllInvalidationReason ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget, EInvalidateWidgetReason Reason ) const | [] |
|
FWidgetProxyHandle::IsValid | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true if it has a valid InvalidationRoot andIndex. | SlateCore | bool IsValid ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & Widget ) const | [] |
FWidgetProxyHandle::IsValid | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | true if it has a valid InvalidationRoot andIndex. | SlateCore | bool IsValid ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget ) const | [] |
FWidgetProxyHandle::FWidgetProxyHandle | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FWidgetProxyHandle &40; FSlateInvalidationWidgetIndex InIndex &41; | [] |
|
FWidgetProxyHandle::FWidgetProxyHandle | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FWidgetProxyHandle() | [] |
|
FWidgetProxyHandle::FWidgetProxyHandle | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | FWidgetProxyHandle &40; const FSlateInvalidationRootHandle & InInvalidationRoot, FSlateInvalidationWidgetIndex InIndex, FSlateInvalidationWidgetSortOrder InSortIndex &41; | [] |
|
FWidgetProxyHandle | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | class FWidgetProxyHandle | [] |
|
Value | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | enum &123; Value = true &125; | [] |
|
TIsPODType< FWidgetProxy > | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h | SlateCore | template<> struct TIsPODType< FWidgetProxy > | [] |
|
FCharacterEntry | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Information for rendering one non-shaped character | SlateCore | struct FCharacterEntry | [
{
"type": "float",
"name": "BitmapRenderScale",
"description": "Any additional scale that should be applied when rendering this glyph"
},
{
"type": "TCHAR",
"name": "Character",
"description": "The character this entry is for"
},
{
"type": "EFontFallback",
"name": "FallbackLevel",
"description": "The fallback level this character represents"
},
{
"type": "constFFontData...",
"name": "FontData",
"description": "The raw font data this character was rendered with"
},
{
"type": "float",
"name": "FontScale",
"description": "Scale that was applied when rendering this character"
},
{
"type": "int16",
"name": "GlobalDescender",
"description": "The largest vertical distance below the baseline for any character in the font"
},
{
"type": "uint32",
"name": "GlyphIndex",
"description": "The index of the glyph from the FreeType face that this entry is for"
},
{
"type": "bool",
"name": "HasKerning",
"description": "1 if this entry has kerning, 0 otherwise."
},
{
"type": "int16",
"name": "HorizontalOffset",
"description": "The vertical distance from the origin to the left most border of the character"
},
{
"type": "TSharedPtr< FFr...",
"name": "KerningCache",
"description": "The kerning cache that this entry uses"
},
{
"type": "uint16",
"name": "StartU",
"description": "Start X location of the character in the texture"
},
{
"type": "uint16",
"name": "StartV",
"description": "Start Y location of the character in the texture"
},
{
"type": "bool",
"name": "SupportsOutline",
"description": "1 if this entry supports outline rendering, 0 otherwise."
},
{
"type": "uint8",
"name": "TextureIndex",
"description": "Indexto a specific texture in the font cache."
},
{
"type": "uint16",
"name": "USize",
"description": "X Size of the character in the texture"
},
{
"type": "bool",
"name": "Valid",
"description": "1 if this entry is valid, 0 otherwise."
},
{
"type": "int16",
"name": "VerticalOffset",
"description": "The vertical distance from the baseline to the topmost border of the character"
},
{
"type": "uint16",
"name": "VSize",
"description": "Y Size of the character in the texture"
},
{
"type": "int16",
"name": "XAdvance",
"description": "The amount to advance in X before drawing the next character in a string"
}
] |
FCharacterList::GetBaseline | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Returns the baseline for the font used by this character
The offset from the bottom of the max character height to the baseline. Be aware that the value will be negative. | SlateCore | int16 GetBaseline() const | [] |
FCharacterList::GetCharacter | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Gets data about how to render and measure a character. Caching and atlasing it if needed. Subsequent calls may invalidate previous pointers.
Data about the character | SlateCore | const [FCharacterEntry](API\Runtime\SlateCore\Fonts\FCharacterEntry) & GetCharacter ( TCHAR Character, const EFontFallback MaxFontFallback ) | [] |
FCharacterList::GetKerning | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Gets a kerning value for a pair of characters
The kerning value | SlateCore | int8 GetKerning ( TCHAR FirstChar, TCHAR SecondChar, const EFontFallback MaxFontFallback ) | [] |
FCharacterList::GetKerning | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Gets a kerning value for a pair of character entries
The kerning value | SlateCore | int8 GetKerning ( const [FCharacterEntry](API\Runtime\SlateCore\Fonts\FCharacterEntry) & FirstCharacterEntry, const [FCharacterEntry](API\Runtime\SlateCore\Fonts\FCharacterEntry) & SecondCharacterEntry ) | [] |
FCharacterList::GetMaxHeight | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | The global max height for any character in this font | SlateCore | uint16 GetMaxHeight() const | [] |
FCharacterList | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Manages a potentially large list of non-shaped characters Uses a directly indexed by TCHAR array until space runs out and then maps the rest to conserve memory Every character indexed by TCHAR could potentially cost a lot of memory of a lot of empty entries are created because characters being used are far apart | SlateCore | class FCharacterList | [] |
FCharacterRenderData | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h | Contains pixel data for a character rendered from freetype as well as measurement info | SlateCore | struct FCharacterRenderData | [
{
"type": "bool",
"name": "bIsGrayscale",
"description": "True if the rendered character is 8-bit grayscale, or false if it's 8-bit per-channel BGRA color"
},
{
"type": "bool",
"name": "bSupportsOutline",
"description": "True if the rendered character supports outlines, false otherwise"
},
{
"type": "int16",
"name": "HorizontalOffset",
"description": "The horizontal distance from the origin to the leftmost border of the character"
},
{
"type": "TArray< uint8 >",
"name": "RawPixels",
"description": "Raw pixels of the rendered character"
},
{
"type": "int16",
"name": "SizeX",
"description": "Width of the character in pixels"
},
{
"type": "int16",
"name": "SizeY",
"description": "Height of the character in pixels"
},
{
"type": "int16",
"name": "VerticalOffset",
"description": "The vertical distance from the baseline to the topmost border of the glyph bitmap"
}
] |
FCharacterList::IsStale | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | Check to see if our cached data is potentially stale for our font | SlateCore | bool IsStale() const | [] |
FCharacterList::FCharacterList | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h | SlateCore | FCharacterList ( const [FSlateFontKey](API\Runtime\SlateCore\Fonts\FSlateFontKey) & InFontKey, [FSlateFontCache](API\Runtime\SlateCore\Fonts\FSlateFontCache) & InFontCache ) | [] |
|
FCompositeFallbackFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | SlateCore | struct FCompositeFallbackFont | [
{
"type": "float",
"name": "ScalingFactor",
"description": "Amount to scale this sub-font so that it better matches the size of the default font"
},
{
"type": "FTypeface",
"name": "Typeface",
"description": "Typeface data for this sub-font"
}
] |
|
FCompositeFallbackFont::FCompositeFallbackFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Default constructor | SlateCore | FCompositeFallbackFont() | [] |
FCompositeFont::MakeDirty | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Call this when the composite font is changed after its initial setup - this allows various caches to update as required | SlateCore | void MakeDirty() | [] |
FCompositeFont::FCompositeFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Default constructor | SlateCore | FCompositeFont() | [] |
FCompositeFont::FCompositeFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Convenience constructor for when your composite font only contains a single font | SlateCore | FCompositeFont ( const [FName](API\Runtime\Core\UObject\FName) & InFontName, [FString](API\Runtime\Core\Containers\FString) InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy ) | [] |
FCompositeFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | SlateCore | struct FCompositeFont | [
{
"type": "FTypeface",
"name": "DefaultTypeface",
"description": "The default typeface that will be used when not overridden by a sub-typeface"
},
{
"type": "FCompositeFallb...",
"name": "FallbackTypeface",
"description": "The fallback typeface that will be used as a last resort when no other typeface provides a match"
},
{
"type": "int32",
"name": "HistoryRevision",
"description": "Transient value containing the current history ID of this composite font This should be updated when the composite font is changed (which should happen infrequently as composite fonts are assumed to be mostly immutable) once they've been setup"
},
{
"type": "TArray<FCompos...",
"name": "SubTypefaces",
"description": "Sub-typefaces to use for a specific set of characters"
}
] |
|
FCompositeSubFont::FCompositeSubFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Default constructor | SlateCore | FCompositeSubFont() | [] |
FCompositeSubFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | SlateCore | struct FCompositeSubFont : public [FCompositeFallbackFont](API\Runtime\SlateCore\Fonts\FCompositeFallbackFont) | [
{
"type": "TArray<FInt32R...",
"name": "CharacterRanges",
"description": "Array of character ranges for which this sub-font should be used"
},
{
"type": "FString",
"name": "Cultures",
"description": "Optional semi-colon separated list of cultures that this sub-font should be used with (if specified, this sub-font will be favored by those cultures and ignored by others)"
},
{
"type": "FName",
"name": "EditorName",
"description": "Name of this sub-font."
}
] |
|
FFontData::ConditionalUpgradeBulkDataToFontFace | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Upgrade v2 bulk data to v3 font face. | SlateCore | void ConditionalUpgradeBulkDataToFontFace ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * InOuter, [UClass](API\Runtime\CoreUObject\UObject\UClass) * InFontFaceClass, const [FName](API\Runtime\Core\UObject\FName) InFontFaceName ) | [] |
FFontData::ConditionalUpgradeFontDataToBulkData | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Upgrade v1 font data to v2 bulk data. | SlateCore | void ConditionalUpgradeFontDataToBulkData ( [UObject](API\Runtime\CoreUObject\UObject\UObject) * InOuter ) | [] |
FFontData::AddReferencedObjects | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Called byFStandaloneCompositeFontto prevent our objects from being GCd | SlateCore | void AddReferencedObjects ( [FReferenceCollector](API\Runtime\CoreUObject\UObject\FReferenceCollector) & Collector ) | [] |
FFontData::GetAscendOverriddenValue | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Returns the overridden value of the ascend. This value will be used only if IsAscendOverridden returns true. | SlateCore | int32 GetAscendOverriddenValue() const | [] |
FFontData::GetFontFaceAsset | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the font face asset used by this data (if any). | SlateCore | const [UObject](API\Runtime\CoreUObject\UObject\UObject) * GetFontFaceAsset() const | [] |
FFontData::GetFontFilename | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.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](API\Runtime\Core\Containers\FString) & GetFontFilename() const | [] |
FFontData::GetHinting | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the hinting algorithm to use with the font. | SlateCore | EFontHinting GetHinting() const | [] |
FFontData::GetFontFaceData | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the data buffer containing the data for the current font face. | SlateCore | FFontFaceDataConstPtr GetFontFaceData() const | [] |
FFontData::GetLayoutMethod | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the method to use when laying out the font? | SlateCore | EFontLayoutMethod GetLayoutMethod() const | [] |
FFontData::GetLoadingPolicy | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the enum controlling how this font should be loaded at runtime. | SlateCore | EFontLoadingPolicy GetLoadingPolicy() const | [] |
FFontData::GetDescendOverriddenValue | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Returns the overridden value of the descend. This value will be used only if IsDescendOverridden returns true. | SlateCore | int32 GetDescendOverriddenValue() const | [] |
FFontData::GetSubFaceIndex | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Get the index of the sub-face that should be used. | SlateCore | int32 GetSubFaceIndex() const | [] |
FFontData::HasLegacyData | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | True if this object contains any legacy data that needs to be upgraded PostLoad by calling the functions below (in order). | SlateCore | bool HasLegacyData() const | [] |
FFontData::HasFont | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h | Is this font data set to a font? (either by filename or by inline data) | SlateCore | bool HasFont() const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.