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
WithSerializer
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
SlateCore
enum &123; WithSerializer = true &125;
[]
WithPostSerialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
enum &123; WithPostSerialize = true &125;
[]
TStructOpsTypeTraits< FFontData >
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h
SlateCore
template<> struct TStructOpsTypeTraits< FFontData > : public [TStructOpsTypeTraitsBase2< FFontData >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2)
[]
WithSerializer
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
enum &123; WithSerializer = true &125;
[]
TStructOpsTypeTraits< FFontOutlineSettings >
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
template<> struct TStructOpsTypeTraits< FFontOutlineSettings > : public [TStructOpsTypeTraitsBase2< FFontOutlineSettings >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2)
[]
WithPostSerialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
enum &123; WithPostSerialize = true &125;
[]
UFontBulkData::GetBulkDataSize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Returns the size of the bulk data in bytes
SlateCore
int64 GetBulkDataSize() const
[]
UFontBulkData::Initialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Construct the bulk font data from the given file
SlateCore
void Initialize ( const [FString](API\Runtime\Core\Containers\FString) & InFontFilename )
[]
UFontBulkData::Initialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Construct the bulk font data from the given data
SlateCore
void Initialize ( const void *const InFontData, const int64 InFontDataSizeBytes )
[]
UFontBulkData::Lock
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Locks the bulk font data and returns a read-only pointer to it
SlateCore
const void * Lock ( int64 & OutFontDataSizeBytes ) const
[]
UFontBulkData::Serialize
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Handles reading, writing, and reference collecting usingFArchive. This implementation handles allFPropertyserialization, but can be overridden for native variables.
SlateCore
virtual void Serialize ( [FArchive](API\Runtime\Core\Serialization\FArchive) & Ar )
[]
UFontBulkData::Unlock
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Unlock the bulk font data, after which point the pointer returned by Lock no longer is valid
SlateCore
void Unlock()
[]
UFontBulkData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
SlateCore
class UFontBulkData : public [UObject](API\Runtime\CoreUObject\UObject\UObject)
[]
UFontBulkData::UFontBulkData
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h
Default constructor
SlateCore
UFontBulkData()
[]
UFontFaceInterface::UFontFaceInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
SlateCore
UFontFaceInterface ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UFontFaceInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontFaceInterface.h
SlateCore
class UFontFaceInterface : public [UInterface](API\Runtime\CoreUObject\UObject\UInterface)
[]
TStructOpsTypeTraits< FSlateFontInfo >
/Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h
SlateCore
template<> struct TStructOpsTypeTraits< FSlateFontInfo > : public [TStructOpsTypeTraitsBase2< FSlateFontInfo >](API\Runtime\CoreUObject\UObject\TStructOpsTypeTraitsBase2)
[]
UFontProviderInterface::UFontProviderInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h
SlateCore
UFontProviderInterface ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
FSlotBase::AttachWidget
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Attach the child widget the slot now owns.
SlateCore
void AttachWidget ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > && InWidget )
[]
UFontProviderInterface
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontProviderInterface.h
SlateCore
class UFontProviderInterface : public [UInterface](API\Runtime\CoreUObject\UObject\UInterface)
[]
FSlotBase::AttachWidget
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
void AttachWidget ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget )
[]
FSlotBase::DetachWidget
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Remove the widget from its current slot. The removed widget is returned so that operations could be performed on it. If the null widget was being stored, an invalid shared ptr is returned instead.
SlateCore
const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > DetachWidget()
[]
FSlotBase::AttachWidgetParent
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Deprecated* AttachWidgetParent is not used anymore. Use get SetOwner.
SlateCore
void AttachWidgetParent ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InParent )
[]
FSlotArguments
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
struct FSlotArguments
[]
FSlotBase::GetOwner
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Access theFChildrenthat own the slot. The owner can be invalid when the slot is not attached.
SlateCore
const [FChildren](API\Runtime\SlateCore\Layout\FChildren) * GetOwner() const
[]
FSlotBase::GetWidget
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Access the widget in the current slot. There will always be a widget in the slot; sometimes it is theSNullWidgetinstance.
SlateCore
const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & GetWidget() const
[]
FSlotBase::GetOwnerWidget
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Access the widget that own the slot. The owner can be invalid when the slot is not attached.
SlateCore
[SWidget](API\Runtime\SlateCore\Widgets\SWidget) * GetOwnerWidget() const
[]
FSlotBase::Invalidate
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Invalidate the widget's owner.
SlateCore
void Invalidate ( EInvalidateWidgetReason InvalidateReason )
[]
FSlotBase::SetAttribute
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Performs the attribute assignment and invalidates the widget minimally based on what actually changed. So if the boundness of the attribute didn't change volatility won't need to be recalculated. Returns true if the value changed.
SlateCore
template<typename TargetValueType, typename SourceValueType> bool SetAttribute ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< TargetValueType > & TargetValue, const [TAttribute](API\Runtime\Core\Misc\TAttribute)< SourceValueType > & SourceValue, EInvalidateWidgetReason BaseInvalidationReason )
[]
FSlotBase::operator=
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
[FSlotBase](API\Runtime\SlateCore\FSlotBase) & operator= ( const [FSlotBase](API\Runtime\SlateCore\FSlotBase) & )
[]
FSlotBase::SetOwner
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Set the owner of the slot. Slots cannot be reassigned to different parents.
SlateCore
void SetOwner ( const [FChildren](API\Runtime\SlateCore\Layout\FChildren) & Children )
[]
FSlotBase::FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
FSlotBase()
[]
FSlotBase::FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
FSlotBase ( const [FChildren](API\Runtime\SlateCore\Layout\FChildren) & InParent )
[]
FSlotBase::FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
FSlotBase ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget )
[]
FSlotBase::FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
FSlotBase ( const [FSlotBase](API\Runtime\SlateCore\FSlotBase) & )
[]
FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
Slot are a container of aSWidgetused by theFChildren.
SlateCore
class FSlotBase
[]
FSlotBase::~FSlotBase
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h
SlateCore
virtual ~FSlotBase()
[]
FAnalogInputEvent::ToText
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
virtual [FText](API\Runtime\Core\Internationalization\FText) ToText() const
[]
FAnalogInputEvent::GetAnalogValue
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Returns the analog value between 0 and 1. 0 being not pressed at all, 1 being fully pressed. Non analog keys will only be 0 or 1. Analog value between 0 and 1. 1 being fully pressed, 0 being not pressed at all
SlateCore
float GetAnalogValue() const
[]
FAnalogInputEvent::FAnalogInputEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Constructor. Events are immutable once constructed.
SlateCore
FAnalogInputEvent ( const [FKey](API\Runtime\InputCore\FKey) InKey, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const uint32 InUserIndex, const bool bInIsRepeat, const uint32 InCharacterCode, const uint32 InKeyCode, const float InAnalogValue )
[]
FAnalogInputEvent::FAnalogInputEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
UStructConstructor. Not meant for normal usage.
SlateCore
FAnalogInputEvent()
[]
FAnalogInputEvent::FAnalogInputEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
FAnalogInputEvent ( const [FKey](API\Runtime\InputCore\FKey) InKey, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, const bool bInIsRepeat, const uint32 InCharacterCode, const uint32 InKeyCode, const float InAnalogValue, const [TOptional](API\Runtime\Core\IO\TOptional)< int32 > InOptionalSlateUserIndex )
[]
FCaptureLostEvent::FCaptureLostEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
UStructConstructor. Not meant for normal usage.
SlateCore
FCaptureLostEvent()
[]
FCaptureLostEvent::FCaptureLostEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
FCaptureLostEvent ( int32 InUserIndex, int32 InPointerIndex )
[]
FCaptureLostEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
struct FCaptureLostEvent
[ { "type": "int32", "name": "PointerIndex", "description": "Pointer (Finger) that lost capture." }, { "type": "int32", "name": "UserIndex", "description": "User that is losing capture" } ]
FAnalogInputEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
FAnalogEvent describes a analog key value. It is passed to event handlers dealing with analog keys.
SlateCore
struct FAnalogInputEvent : public [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent)
[]
FCharacterEvent::ToText
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
virtual [FText](API\Runtime\Core\Internationalization\FText) ToText() const
[]
FCharacterEvent::GetCharacter
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Returns the character for this event Character
SlateCore
TCHAR GetCharacter() const
[]
FCharacterEvent::FCharacterEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
UStructConstructor. Not meant for normal usage.
SlateCore
FCharacterEvent()
[]
FCharacterEvent::FCharacterEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
FCharacterEvent ( const TCHAR InCharacter, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const uint32 InUserIndex, const bool bInIsRepeat )
[]
FCharacterEvent::FCharacterEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
SlateCore
FCharacterEvent ( const TCHAR InCharacter, const [FModifierKeysState](API\Runtime\ApplicationCore\GenericPlatform\FModifierKeysState) & InModifierKeys, const [FInputDeviceId](API\Runtime\Core\Misc\FInputDeviceId) InDeviceId, const bool bInIsRepeat )
[]
FCursorReply::Cursor
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
Respond with a specific cursor. This cursor will be used and no other widgets will be asked.
SlateCore
static [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) Cursor ( [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) InCursor )
[]
FCharacterEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
FCharacterEventdescribes a keyboard action where the utf-16 code is given. Used for OnKeyChar messages
SlateCore
struct FCharacterEvent : public [FInputEvent](API\Runtime\SlateCore\Input\FInputEvent)
[]
FCursorReply::GetCursorType
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
The requested MouseCursor if no custom widget is set and the event was handled.
SlateCore
[EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) GetCursorType() const
[]
FCursorReply::GetCursorWidget
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
The custom Cursor Widget to render if set and the event was handled.
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetCursorWidget() const
[]
FCursorReply::GetCursorWindow
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
The window to render the Cursor Widget in.
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > GetCursorWindow() const
[]
FCursorReply::Unhandled
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
Makes a NULL response meaning no prefersce. i.e. If your widget returns this, its parent will get to decide what the cursor shoudl be. This is the default behavior for a widget.
SlateCore
static [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) Unhandled()
[]
FCursorReply::SetCursorWidget
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
Set the Cursor Widget, used by slate application to set the cursor widget if the MapCursor returns a widget.
SlateCore
void SetCursorWidget ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > InCursorWindow, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InCursorWidget )
[]
FCursorReply
/Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h
No constructors are accessible with public or protected access.
SlateCore
class FCursorReply : public [TReplyBase< FCursorReply >](API\Runtime\SlateCore\Input\TReplyBase)
[]
FDragDropEvent::GetOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
the content being dragged
SlateCore
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation) > GetOperation() const
[]
FDragDropEvent::GetOperationAs
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
the content being dragged if it matched the 'OperationType'; invalid Ptr otherwise.
SlateCore
template<typename OperationType> [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< OperationType > GetOperationAs() const
[]
FDragDropEvent::FDragDropEvent
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Construct a DragDropEvent.
SlateCore
FDragDropEvent ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation) > InContent )
[]
FDragDropEvent
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Like a mouse event but with content
SlateCore
class FDragDropEvent : public [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent)
[]
FDragDropOperation::AffectedByPointerEvent
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Checks if this drag and drop operation is affected by a given PointerEvent. true if the the pointer event affects this drag and drop operation (default true).
SlateCore
virtual bool AffectedByPointerEvent ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & PointerEvent )
[]
FDragDropOperation::Construct
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Constructs the window and widget if applicable.
SlateCore
virtual void Construct()
[]
FDragDropOperation::CreateCursorDecoratorWindow
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Creates a window for the cursor decorator.
SlateCore
void CreateCursorDecoratorWindow()
[]
FDragDropOperation::ConvertTo
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
SlateCore
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation) > ConvertTo ( const [FString](API\Runtime\Core\Containers\FString) & TypeId )
[]
FDragDropOperation::DestroyCursorDecoratorWindow
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Destroys the cursor decorator window.
SlateCore
void DestroyCursorDecoratorWindow()
[]
FDragDropOperation::GetDefaultDecorator
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Gets the widget that will serve as the decorator unless overridden. If you do not override, you will have no decorator
SlateCore
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetDefaultDecorator() const
[]
FDragDropOperation::GetDecoratorPosition
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Gets the desired position of the decorator in absolute space.
SlateCore
virtual FVector2D GetDecoratorPosition() const
[]
FDragDropOperation::IsExternalOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Is this drag Drop operation going to interact with applications outside of Slate
SlateCore
virtual bool IsExternalOperation() const
[]
FDragDropOperation::IsOfType
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Check if this drag and drop operation can cast safely to the specified template type
SlateCore
template<class TType> bool IsOfType() const
[]
FDragDropOperation::IsOfTypeImpl
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Checks whether this drag and drop operation can cast safely to the specified type.
SlateCore
virtual bool IsOfTypeImpl ( const [FString](API\Runtime\Core\Containers\FString) & Type ) const
[]
FDragDropOperation::OnCursorQuery
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Allows drag/drop operations to override the current cursor
SlateCore
virtual [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) OnCursorQuery()
[]
FDragDropOperation::IsWindowlessOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
true if the operation does not create a decorator window. Used for game drag drop operations.
SlateCore
virtual bool IsWindowlessOperation() const
[]
FDragDropOperation::OnDrop
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Invoked when the drag and drop operation has ended.
SlateCore
virtual void OnDrop ( bool bDropWasHandled, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
[]
FDragDropOperation::SetCursorOverride
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Sets the cursor to override the drag drop operations cursor with so that a control can give temporary feedback, for example - a slashed circle telling the user 'this can't be dropped here'.
SlateCore
void SetCursorOverride ( [TOptional](API\Runtime\Core\IO\TOptional)< [EMouseCursor::Type](API\Runtime\ApplicationCore\GenericPlatform\EMouseCursor__Type) > CursorType )
[]
FDragDropOperation::SetDecoratorVisibility
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Alters the visibility of the window
SlateCore
virtual void SetDecoratorVisibility ( bool bVisible )
[]
FDragDropOperation::OnDragged
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Called when the mouse was moved during a drag and drop operation
SlateCore
virtual void OnDragged ( const class [FDragDropEvent](API\Runtime\SlateCore\Input\FDragDropEvent) & DragDropEvent )
[]
FDragDropOperation::FDragDropOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Default constructor.
SlateCore
FDragDropOperation()
[]
FDragDropOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
A base class for a DragAndDrop operation which supports reflection. Drag and Drop is inherently quite stateful. Implementing a custom DragDropOperation allows for dedicated handling of a drag drop operation which keeps a decorator window (optionally) Implement derived types with DRAG_DROP_OPERATOR_TYPE (see below)
SlateCore
class FDragDropOperation : public [TSharedFromThis< FDragDropOperation >](API\Runtime\Core\Templates\TSharedFromThis)
[ { "type": "bool", "name": "bCreateNewWindow", "description": "Create a new window for the decorator content." }, { "type": "TSharedPtr<SWi...", "name": "CursorDecoratorWindow", "description": "The window that owns the decorator widget" }, { "type": "TOptional<EMou...", "name": "MouseCursor", "description": "Mouse cursor used by the drag drop operation" }, { "type": "TOptional<EMou...", "name": "MouseCursorOverride", "description": "Mouse cursor used to temporarily replace the drag drops cursor" } ]
FDragDropOperation::~FDragDropOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Destructor.
SlateCore
virtual ~FDragDropOperation()
[]
EExternalDragType
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
SlateCore
enum EExternalDragType { DragText = 1<<0, DragFiles = 1<<1, }
[]
FExternalDragOperation::GetFiles
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
the filenames from this drag operation
SlateCore
const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & GetFiles() const
[]
FExternalDragOperation::GetText
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
the text from this drag operation
SlateCore
const [FString](API\Runtime\Core\Containers\FString) & GetText() const
[]
FExternalDragOperation::HasFiles
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
true if this is a file drag operation
SlateCore
bool HasFiles() const
[]
FExternalDragOperation::HasText
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
true if this is a text drag operation
SlateCore
bool HasText() const
[]
FExternalDragOperation::NewFiles
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Creates a new external file drag operation
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FExternalDragOperation](API\Runtime\SlateCore\Input\FExternalDragOperation) > NewFiles ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > InFileNames )
[]
FExternalDragOperation::NewOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Creates a new external combined drag operation
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FExternalDragOperation](API\Runtime\SlateCore\Input\FExternalDragOperation) > NewOperation ( [FString](API\Runtime\Core\Containers\FString) InText, [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > InFileNames )
[]
FExternalDragOperation::NewText
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Creates a new external text drag operation
SlateCore
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FExternalDragOperation](API\Runtime\SlateCore\Input\FExternalDragOperation) > NewText ( [FString](API\Runtime\Core\Containers\FString) InText )
[]
FExternalDragOperation::IsOfTypeImpl
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Checks whether this drag and drop operation can cast safely to the specified type.
SlateCore
virtual bool IsOfTypeImpl ( const [FString](API\Runtime\Core\Containers\FString) & Type ) const
[]
FExternalDragOperation
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
No constructors are accessible with public or protected access.
SlateCore
class FExternalDragOperation : public [FDragDropOperation](API\Runtime\SlateCore\Input\FDragDropOperation)
[]
FExternalDragOperation::GetTypeId
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
SlateCore
static const [FString](API\Runtime\Core\Containers\FString) & GetTypeId()
[]
FFocusEvent::GetCause
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Queries the reason for the focus change The cause of the focus change
SlateCore
EFocusCause GetCause() const
[]
FFocusEvent::GetUser
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Queries the user that is changing focus The user that is changing focus
SlateCore
uint32 GetUser() const
[]
FFocusEvent::FFocusEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
Constructor. Events are immutable once constructed.
SlateCore
FFocusEvent ( const EFocusCause InCause, uint32 InUserIndex )
[]
FFocusEvent::FFocusEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
UStructConstructor. Not meant for normal usage.
SlateCore
FFocusEvent()
[]
FFocusEvent
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h
FFocusEventis used when notifying widgets about keyboard focus changes It is passed to event handlers dealing with keyboard focus
SlateCore
struct FFocusEvent
[]
FGameDragDropOperation::GetDecoratorPosition
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
Gets the desired position of the decorator in absolute space.
SlateCore
virtual FVector2D GetDecoratorPosition() const
[]
FGameDragDropOperation::GetTypeId
/Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h
SlateCore
static const [FString](API\Runtime\Core\Containers\FString) & GetTypeId()
[]