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
|
---|---|---|---|---|---|
FWidgetFocusEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingFocusEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingFocusEventArgs) & > FWidgetFocusEvent
|
[] |
|
FWidgetExecuteNavigationEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingExecuteNavigationEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingExecuteNavigation-) & > FWidgetExecuteNavigationEvent
|
[] |
|
FWidgetInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingInputEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingInputEventArgs) & > FWidgetInputEvent
|
[] |
|
FWidgetInvalidate
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingInvalidateArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingInvalidateArgs) & > FWidgetInvalidate
|
[] |
|
FWidgetMouseCaptureEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingMouseCaptureEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingMouseCaptureEvent-) & > FWidgetMouseCaptureEvent
|
[] |
|
FWidgetUpdatedEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingWidgetUpdatedEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingWidgetUpdatedEven-) & > FWidgetUpdatedEvent
|
[] |
|
FWidgetWarningEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
typedef TMulticastDelegate_OneParam< void, const [FSlateDebuggingWarningEventArgs](API\Runtime\SlateCore\Debugging\FSlateDebuggingWarningEventArgs) & > FWidgetWarningEvent
|
[] |
|
FSlateDebugging::GetAllWidgets
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static const [TArray](API\Runtime\Core\Containers\TArray)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * > & GetAllWidgets()
|
[] |
|
InputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FWidgetInputEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\FWidgetInputEvent) InputEvent;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnInputProcessed
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnInputProcessed &40; ESlateDebuggingInputEvent InputEventType &41;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnInputEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnInputEvent &40; ESlateDebuggingInputEvent InputEventType, const FReply & InReply, const TSharedPtr< SWidget > & HandlerWidget &41;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnInputRouted
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnInputRouted &40; ESlateDebuggingInputEvent InputEventType &41;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnPreProcessInput
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnPreProcessInput &40; ESlateDebuggingInputEvent InputEventType, const TCHAR &42; InputPrecessorName, bool bHandled &41;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnProcessInput
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnProcessInput &40; ESlateDebuggingInputEvent InputEventType, const FInputEvent & Event &41;
|
[] |
|
FSlateDebugging::IWidgetInputRoutingEvent::OnRouteInput
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
void OnRouteInput &40; ESlateDebuggingInputEvent InputEventType, const FName & RoutedType &41;
|
[] |
|
IWidgetInputRoutingEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct IWidgetInputRoutingEvent
|
[] |
|
LastCursorQuery
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static FLastCursorQuery LastCursorQuery;
|
[] |
|
MouseCaptureEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FWidgetMouseCaptureEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\FWidgetMouseCaptureEvent) MouseCaptureEvent;
|
[] |
|
FSlateDebugging::RegisterWidgetInputRoutingEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static void RegisterWidgetInputRoutingEvent ( [IWidgetInputRoutingEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\IWidgetInputRoutingEvent) * Event )
|
[] |
|
PaintDebugElements
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FPaintDebugElements](API\Runtime\SlateCore\Debugging\FSlateDebugging\FPaintDebugElements) PaintDebugElements;
|
[] |
|
FSlateDebugging::UnregisterWidgetInputRoutingEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static void UnregisterWidgetInputRoutingEvent ( [IWidgetInputRoutingEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\IWidgetInputRoutingEvent) * Event )
|
[] |
|
RoutingEvents
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [TArray](API\Runtime\Core\Containers\TArray)< [IWidgetInputRoutingEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\IWidgetInputRoutingEvent) * > RoutingEvents;
|
[] |
|
Warning
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FWidgetWarningEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\FWidgetWarningEvent) Warning;
|
[] |
|
WidgetInvalidateEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FWidgetInvalidate](API\Runtime\SlateCore\Debugging\FSlateDebugging\FWidgetInvalidate) WidgetInvalidateEvent;
|
[] |
|
FSlateDebuggingCursorQueryEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
WidgetUpdatedEvent
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
static [FWidgetUpdatedEvent](API\Runtime\SlateCore\Debugging\FSlateDebugging\FWidgetUpdatedEvent) WidgetUpdatedEvent;
|
[] |
|
FSlateDebugging
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
No constructors are accessible with public or protected access.
|
SlateCore
|
class FSlateDebugging
|
[] |
FSlateDebuggingCursorQueryEventArgs::FSlateDebuggingCursorQueryEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingCursorQueryEventArgs ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidgetOverridingCursor, const [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) & InReply )
|
[] |
|
FSlateDebuggingElementTypeAddedEventArgs::FSlateDebuggingElementTypeAddedEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingElementTypeAddedEventArgs ( const [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & InElementList, int32 InElementIndex, EElementType InElementType )
|
[] |
|
FSlateDebuggingCursorQueryEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingCursorQueryEventArgs
|
[
{
"type": "constFCursorRe...",
"name": "Reply",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "WidgetOverridingCursor",
"description": ""
}
] |
|
FSlateDebuggingElementTypeAddedEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingElementTypeAddedEventArgs
|
[
{
"type": "int32",
"name": "ElementIndex",
"description": "Indexinto the element within the corresponding typed container"
},
{
"type": "constFSlateWin...",
"name": "ElementList",
"description": "Element list containing the element"
},
{
"type": "EElementType",
"name": "ElementType",
"description": "Type of the element, element will reside in a container dedicated for that type"
}
] |
|
FSlateDebuggingExecuteNavigationEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingExecuteNavigationEventArgs
|
[] |
|
FSlateDebuggingFocusEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateDebuggingFocusEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingFocusEventArgs
|
[
{
"type": "constFFocusEve...",
"name": "FocusEvent",
"description": ""
},
{
"type": "ESlateDebugging...",
"name": "FocusEventType",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "NewFocusedWidget",
"description": ""
},
{
"type": "constFWidgetPa...",
"name": "NewFocusedWidgetPath",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "OldFocusedWidget",
"description": ""
},
{
"type": "constFWeakWidg...",
"name": "OldFocusedWidgetPath",
"description": ""
}
] |
|
FSlateDebuggingFocusEventArgs::FSlateDebuggingFocusEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingFocusEventArgs ( ESlateDebuggingFocusEvent InFocusEventType, const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent, const [FWeakWidgetPath](API\Runtime\SlateCore\Layout\FWeakWidgetPath) & InOldFocusedWidgetPath, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InOldFocusedWidget, const [FWidgetPath](API\Runtime\SlateCore\Layout\FWidgetPath) & InNewFocusedWidgetPath, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InNewFocusedWidget )
|
[] |
|
FSlateDebuggingInputEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateDebuggingInputEventArgs::FSlateDebuggingInputEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingInputEventArgs ( ESlateDebuggingInputEvent InInputEventType, const [FInputEvent](API\Runtime\SlateCore\Input\FInputEvent) * InInputEvent, const [FReply](API\Runtime\SlateCore\Input\FReply) & InReply, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InHandlerWidget, const [FString](API\Runtime\Core\Containers\FString) & InAdditionalContent )
|
[] |
|
FSlateDebuggingInputEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingInputEventArgs
|
[
{
"type": "constFString&",
"name": "AdditionalContent",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "HandlerWidget",
"description": ""
},
{
"type": "constFInputEve...",
"name": "InputEvent",
"description": ""
},
{
"type": "const ESlateDeb...",
"name": "InputEventType",
"description": ""
},
{
"type": "constFReply&",
"name": "Reply",
"description": ""
}
] |
|
FSlateDebuggingInvalidateArgs::FSlateDebuggingInvalidateArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingInvalidateArgs ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * WidgetInvalidated, const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * WidgetInvalidateInvestigator, EInvalidateWidgetReason InvalidateReason )
|
[] |
|
FSlateDebuggingInvalidateArgs::FSlateDebuggingInvalidateArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingInvalidateArgs ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * WidgetInvalidated, const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * WidgetInvalidateInvestigator, ESlateDebuggingInvalidateRootReason InvalidateReason )
|
[] |
|
FSlateDebuggingInvalidateArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingInvalidateArgs
|
[
{
"type": "ESlateDebugging...",
"name": "InvalidateInvalidationRootReason",
"description": ""
},
{
"type": "EInvalidateWidg...",
"name": "InvalidateWidgetReason",
"description": ""
},
{
"type": "constSWidget&...",
"name": "WidgetInvalidated",
"description": ""
},
{
"type": "constSWidget&...",
"name": "WidgetInvalidateInvestigator",
"description": ""
}
] |
|
FSlateDebuggingMouseCaptureEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateDebuggingMouseCaptureEventArgs::FSlateDebuggingMouseCaptureEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingMouseCaptureEventArgs ( bool InCaptured, uint32 InUserIndex, uint32 InPointerIndex, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InCapturingWidget )
|
[] |
|
FSlateDebuggingMouseCaptureEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingMouseCaptureEventArgs
|
[
{
"type": "bool",
"name": "Captured",
"description": ""
},
{
"type": "constTSharedPt...",
"name": "CaptureWidget",
"description": ""
},
{
"type": "uint32",
"name": "PointerIndex",
"description": ""
},
{
"type": "uint32",
"name": "UserIndex",
"description": ""
}
] |
|
FSlateDebuggingNavigationEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateDebuggingNavigationEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingNavigationEventArgs
|
[
{
"type": "constTSharedPt...",
"name": "DestinationWidget",
"description": ""
},
{
"type": "constFNavigati...",
"name": "NavigationEvent",
"description": ""
},
{
"type": "const ESlateDeb...",
"name": "NavigationMethod",
"description": ""
},
{
"type": "constFNavigati...",
"name": "NavigationReply",
"description": ""
},
{
"type": "constFWidgetPa...",
"name": "NavigationSource",
"description": ""
}
] |
|
FSlateDebuggingWarningEventArgs::FSlateDebuggingWarningEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingWarningEventArgs ( const [FText](API\Runtime\Core\Internationalization\FText) & InWarning, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InOptionalContextWidget )
|
[] |
|
FSlateDebuggingWarningEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingWarningEventArgs
|
[
{
"type": "constTSharedPt...",
"name": "OptionalContextWidget",
"description": ""
},
{
"type": "constFText&",
"name": "Warning",
"description": ""
}
] |
|
FSlateDebuggingWidgetUpdatedEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateDebuggingWidgetUpdatedEventArgs::FSlateDebuggingWidgetUpdatedEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
FSlateDebuggingWidgetUpdatedEventArgs ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget, EWidgetUpdateFlags UpdateFlags, bool bFromPaint )
|
[] |
|
FSlateDebuggingWidgetUpdatedEventArgs
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
struct FSlateDebuggingWidgetUpdatedEventArgs
|
[
{
"type": "bool",
"name": "bFromPaint",
"description": "The widget got painted as a side effect of another widget that got painted"
},
{
"type": "EWidgetUpdateFl...",
"name": "UpdateFlags",
"description": "Flag that was set by an invalidation or on the widget directly."
},
{
"type": "constSWidget&...",
"name": "Widget",
"description": ""
}
] |
|
FSlateInvalidationContext::FSlateInvalidationContext
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
FSlateInvalidationContext ( [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & InWindowElementList, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle )
|
[] |
|
FSlateInvalidationContext
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
struct FSlateInvalidationContext
|
[
{
"type": "bool",
"name": "bAllowFastPathUpdate",
"description": ""
},
{
"type": "bool",
"name": "bParentEnabled",
"description": ""
},
{
"type": "FSlateRect",
"name": "CullingRect",
"description": ""
},
{
"type": "int32",
"name": "IncomingLayerId",
"description": ""
},
{
"type": "float",
"name": "LayoutScaleMultiplier",
"description": ""
},
{
"type": "constFPaintArg...",
"name": "PaintArgs",
"description": ""
},
{
"type": "UE::Slate::FDep...",
"name": "ViewOffset",
"description": ""
},
{
"type": "constFWidgetSt...",
"name": "WidgetStyle",
"description": ""
},
{
"type": "FSlateWindowEle...",
"name": "WindowElementList",
"description": ""
}
] |
|
FSlateDebuggingWarningEventArgs::ToText
|
/Engine/Source/Runtime/SlateCore/Public/Debugging/SlateDebugging.h
|
SlateCore
|
[FText](API\Runtime\Core\Internationalization\FText) ToText() const
|
[] |
|
FSlateInvalidationResult
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
struct FSlateInvalidationResult
|
[
{
"type": "bool",
"name": "bRepaintedWidgets",
"description": "If we had to repaint any widget"
},
{
"type": "int32",
"name": "MaxLayerIdPainted",
"description": "The max layer id painted or cached"
},
{
"type": "UE::Slate::FDep...",
"name": "ViewOffset",
"description": "The view offset to use with the draw buffer"
}
] |
|
FSlateInvalidationResult::FSlateInvalidationResult
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
FSlateInvalidationResult()
|
[] |
|
FSlateInvalidationRoot::AddReferencedObjects
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.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 )
|
[] |
FSlateInvalidationRoot::ClearAllFastPathData
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void ClearAllFastPathData ( bool bClearResourcesImmediately )
|
[] |
|
FSlateInvalidationRoot::Advanced_ResetInvalidation
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void Advanced_ResetInvalidation ( bool bClearResourcesImmediately )
|
[] |
|
FPerformanceStat
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
struct FPerformanceStat
|
[
{
"type": "double",
"name": "InvalidationProcessing",
"description": "Include the other stats + maintenance"
},
{
"type": "double",
"name": "WidgetsAttribute",
"description": ""
},
{
"type": "double",
"name": "WidgetsPrepass",
"description": ""
},
{
"type": "double",
"name": "WidgetsPreUpdate",
"description": ""
},
{
"type": "double",
"name": "WidgetsUpdate",
"description": ""
}
] |
|
FSlateInvalidationRoot::GetCachedElements
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the cached draw elements for this window and its widget hierarchy.
|
SlateCore
|
[FSlateCachedElementData](API\Runtime\SlateCore\Rendering\FSlateCachedElementData) & GetCachedElements()
|
[] |
FSlateInvalidationRoot::GetCachedElements
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the cached draw elements for this window and its widget hierarchy.
|
SlateCore
|
const [FSlateCachedElementData](API\Runtime\SlateCore\Rendering\FSlateCachedElementData) & GetCachedElements() const
|
[] |
FSlateInvalidationRoot::GetFastPathWidgetList
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the list of widgets that are controlled by the InvalidationRoot.
|
SlateCore
|
const FSlateInvalidationWidgetList & GetFastPathWidgetList() const
|
[] |
FSlateInvalidationRoot::GetFastPathWidgetList
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
FSlateInvalidationWidgetList & GetFastPathWidgetList&40;&41;
|
[] |
|
FSlateInvalidationRoot::GetFastPathWidgetListRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the widget that is the root of the InvalidationRoot.
|
SlateCore
|
const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetFastPathWidgetListRoot() const
|
[] |
FSlateInvalidationRoot::GetHittestGrid
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the HittestGrid of the InvalidationRoot.
|
SlateCore
|
[FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) * GetHittestGrid() const
|
[] |
FSlateInvalidationRoot::GetInvalidationRootHandle
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the Handle of the InvalidationRoot.
|
SlateCore
|
[FSlateInvalidationRootHandle](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRootHandle) GetInvalidationRootHandle() const
|
[] |
FSlateInvalidationRoot::GetCachedMaxLayerId
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
int32 GetCachedMaxLayerId() const
|
[] |
|
FSlateInvalidationRoot::GetLastPaintType
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the last paint type the invalidation root handle used.
|
SlateCore
|
ESlateInvalidationPaintType GetLastPaintType() const
|
[] |
FSlateInvalidationRoot::GetPerformanceStat
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
[FPerformanceStat](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot\FPerformanceStat) GetPerformanceStat() const
|
[] |
|
FSlateInvalidationRoot::GetReferencerName
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
Overload this method to report a name for your referencer
|
SlateCore
|
virtual [FString](API\Runtime\Core\Containers\FString) GetReferencerName() const
|
[] |
FSlateInvalidationRoot::GetRootWidget
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the children root widget of the Invalidation root.
|
SlateCore
|
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetRootWidget()
|
[] |
FSlateInvalidationRoot::InvalidateRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
Rebuild the list and request a SlowPath.
|
SlateCore
|
void InvalidateRoot ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Investigator )
|
[] |
FSlateInvalidationRoot::InvalidateRootChildOrder
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
Rebuild the list and request a SlowPath.
|
SlateCore
|
void InvalidateRootChildOrder ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Investigator )
|
[] |
FSlateInvalidationRoot::InvalidateRootLayout
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
Invalidate the layout, forcing the parent of the InvalidationRoot to be repainted.
|
SlateCore
|
void InvalidateRootLayout ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Investigator )
|
[] |
FSlateInvalidationRoot::GetInvalidationRootWidget
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the invalidation root as a widget.
|
SlateCore
|
const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * GetInvalidationRootWidget() const
|
[] |
FSlateInvalidationRoot::InvalidateScreenPosition
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
Update the screen position of theSWidgetowning the InvalidationRoot. This is faster then doing a SlowPath when only the DesktopGeometry changed.
|
SlateCore
|
void InvalidateScreenPosition ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Investigator )
|
[] |
FSlateInvalidationRoot::NeedsSlowPath
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
if the InvalidationRoot will be rebuild, Prepass() and Paint will be called.
|
SlateCore
|
bool NeedsSlowPath() const
|
[] |
FSlateInvalidationRoot::OnWidgetDestroyed
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void OnWidgetDestroyed ( const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * Widget )
|
[] |
|
FSlateInvalidationRoot::OnRootInvalidated
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
virtual void OnRootInvalidated()
|
[] |
|
FSlateInvalidationRoot::PaintInvalidationRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
the cached draw elements for this window and its widget hierarchy
|
SlateCore
|
[FSlateInvalidationResult](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationResult) PaintInvalidationRoot ( const [FSlateInvalidationContext](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationContext) & Context )
|
[] |
FSlateInvalidationRoot::PaintSlowPath
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
int32 PaintSlowPath ( const [FSlateInvalidationContext](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationContext) & Context )
|
[] |
|
FSlateInvalidationRoot::ProcessInvalidation
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
bool ProcessInvalidation()
|
[] |
|
FSlateInvalidationRoot::SetInvalidationRootHittestGrid
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void SetInvalidationRootHittestGrid ( [FHittestGrid](API\Runtime\SlateCore\Input\FHittestGrid) & InHittestGrid )
|
[] |
|
FSlateInvalidationRoot::SetLastPaintType
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void SetLastPaintType ( ESlateInvalidationPaintType Value )
|
[] |
|
FSlateInvalidationRoot::FSlateInvalidationRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
FSlateInvalidationRoot()
|
[] |
|
FSlateInvalidationRoot::SetInvalidationRootWidget
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
void SetInvalidationRootWidget ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & InInvalidationRootWidget )
|
[] |
|
FSlateInvalidationRoot::~FSlateInvalidationRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
virtual ~FSlateInvalidationRoot()
|
[] |
|
FSlateInvalidationRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRoot.h
|
SlateCore
|
class FSlateInvalidationRoot : public [FGCObject](API\Runtime\CoreUObject\UObject\FGCObject), public [FNoncopyable](API\Runtime\Core\Templates\FNoncopyable)
|
[] |
|
FSlateInvalidationRootHandle::GetInvalidationRoot
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
[FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) * GetInvalidationRoot() const
|
[] |
|
FSlateInvalidationRootHandle::Advanced_GetInvalidationRootNoCheck
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
[FSlateInvalidationRoot](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRoot) * Advanced_GetInvalidationRootNoCheck() const
|
[] |
|
FSlateInvalidationRootHandle::GetUniqueId
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
int32 GetUniqueId() const
|
[] |
|
FSlateInvalidationRootHandle::operator==
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
bool operator== ( const [FSlateInvalidationRootHandle](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationRootHandle) & Other ) const
|
[] |
|
FSlateInvalidationRootHandle::FSlateInvalidationRootHandle
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
FSlateInvalidationRootHandle()
|
[] |
|
FSlateInvalidationRootHandle::FSlateInvalidationRootHandle
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
FSlateInvalidationRootHandle ( int32 UniqueId )
|
[] |
|
FSlateInvalidationRootHandle
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
SlateCore
|
struct FSlateInvalidationRootHandle
|
[] |
|
FSlateInvalidationRootHandle::IsStale
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationRootHandle.h
|
true if this used to point to a InvalidatationRoot, but doesn't any more and has not been assigned or reset in the mean time.
|
SlateCore
|
bool IsStale() const
|
[] |
FSlateInvalidationWidgetHeapElement::GetWidgetIndex
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h
|
SlateCore
|
[FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) GetWidgetIndex() const
|
[] |
|
FSlateInvalidationWidgetHeapElement::GetWidgetSortOrder
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h
|
SlateCore
|
[FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) GetWidgetSortOrder() const
|
[] |
|
FSlateInvalidationWidgetHeapElement::FSlateInvalidationWidgetHeapElement
|
/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h
|
SlateCore
|
FSlateInvalidationWidgetHeapElement ( [FSlateInvalidationWidgetIndex](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetIndex) InIndex, [FSlateInvalidationWidgetSortOrder](API\Runtime\SlateCore\FastUpdate\FSlateInvalidationWidgetSortOrde-) InSortOrder )
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.