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
|
---|---|---|---|---|---|
TPanelChildren
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
A slot that support alignment of content and padding A genericFChildrenthat stores children along with layout-related information. The type containing Widget* and layout info is specified by ChildType. ChildType must have a public member SWidget* Widget;
|
SlateCore
|
template<typename SlotType> class TPanelChildren : public [FChildren](API\Runtime\SlateCore\Layout\FChildren)
|
[] |
TPanelChildrenConstIterator::operator bool
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
Conversion to "bool" returning true if the iterator has not reached the last element.
|
SlateCore
|
operator bool() const
|
[] |
TPanelChildrenConstIterator::operator*
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
const SlotType & operator*() const
|
[] |
|
TPanelChildrenConstIterator::operator->
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
const SlotType * operator->() const
|
[] |
|
TPanelChildrenConstIterator::operator--
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
Moves iterator to the previous element in the container.
|
SlateCore
|
[TPanelChildrenConstIterator](API\Runtime\SlateCore\Layout\TPanelChildrenConstIterator)< SlotType > & operator--()
|
[] |
TPanelChildrenConstIterator::operator++
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
Advances iterator to the next element in the container.
|
SlateCore
|
[TPanelChildrenConstIterator](API\Runtime\SlateCore\Layout\TPanelChildrenConstIterator)< SlotType > & operator++()
|
[] |
TPanelChildrenConstIterator::Reset
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
Resets the iterator to the first element.
|
SlateCore
|
void Reset()
|
[] |
TPanelChildrenConstIterator::TPanelChildrenConstIterator
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TPanelChildrenConstIterator ( const [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< SlotType > & InContainer, EFlowDirection InLayoutFlow )
|
[] |
|
TPanelChildrenConstIterator::TPanelChildrenConstIterator
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TPanelChildrenConstIterator ( const [TPanelChildren](API\Runtime\SlateCore\Layout\TPanelChildren)< SlotType > & InContainer, EOrientation InOrientation, EFlowDirection InLayoutFlow )
|
[] |
|
TPanelChildrenConstIterator
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
template<typename SlotType> class TPanelChildrenConstIterator
|
[] |
|
AlignmentMixinType
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
typedef [TAlignmentSingleWidgetSlotMixin](API\Runtime\SlateCore\Layout\TAlignmentSingleWidgetSlotMixin)< [TSingleWidgetChildrenWithBasicLayoutSlot](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-)< InPaddingInvalidationReason >> AlignmentMixinType
|
[] |
|
PaddingMixinType
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
typedef [TPaddingSingleWidgetSlotMixin](API\Runtime\SlateCore\Layout\TPaddingSingleWidgetSlotMixin)< [TSingleWidgetChildrenWithBasicLayoutSlot](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-)< InPaddingInvalidationReason >, InPaddingInvalidationReason > PaddingMixinType
|
[] |
|
ParentType
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
typedef [TSingleWidgetChildrenWithSlot](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithSlot)< [TSingleWidgetChildrenWithBasicLayoutSlot](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-)< InPaddingInvalidationReason >> ParentType
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot::SLATE_SLOT_BEGIN_ARGS_TwoMixins
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
SLATE_SLOT_BEGIN_ARGS_TwoMixins ( [TSingleWidgetChildrenWithBasicLayoutSlot](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithBasicLa-), [ParentType](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithSlot), [PaddingMixinType](API\Runtime\SlateCore\Layout\TPaddingSingleWidgetSlotMixin), [AlignmentMixinType](API\Runtime\SlateCore\Layout\TAlignmentSingleWidgetSlotMixin) )
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot::TSingleWidgetChildrenWithBasicLayoutSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSingleWidgetChildrenWithBasicLayoutSlot ( std::nullptr_t )
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot::TSingleWidgetChildrenWithBasicLayoutSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
template<typename WidgetType, typename V> TSingleWidgetChildrenWithBasicLayoutSlot ( WidgetType * InOwner )
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot::TSingleWidgetChildrenWithBasicLayoutSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
template<typename WidgetType, typename V> TSingleWidgetChildrenWithBasicLayoutSlot ( WidgetType * InOwner, const EHorizontalAlignment InHAlign, const EVerticalAlignment InVAlign )
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot::TSingleWidgetChildrenWithBasicLayoutSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSingleWidgetChildrenWithBasicLayoutSlot ( std::nullptr_t, const EHorizontalAlignment InHAlign, const EVerticalAlignment InVAlign )
|
[] |
|
TSingleWidgetChildrenWithBasicLayoutSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
AFChildrenthat has only one child and support alignment and padding.
|
SlateCore
|
template<EInvalidateWidgetReason InPaddingInvalidationReason> class TSingleWidgetChildrenWithBasicLayoutSlot : public [TSingleWidgetChildrenWithSlot< TSingleWidgetChildrenWithBasicLayoutSlot< InPaddingInvalidationReason > >](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithSlot), public [TPaddingSingleWidgetSlotMixin< TSingleWidgetChildrenWithBasicLayoutSlot< InPaddingInvalidationReason >, InPaddingInvalidationReason >](API\Runtime\SlateCore\Layout\TPaddingSingleWidgetSlotMixin), public [TAlignmentSingleWidgetSlotMixin< TSingleWidgetChildrenWithBasicLayoutSlot< InPaddingInvalidationReason > >](API\Runtime\SlateCore\Layout\TAlignmentSingleWidgetSlotMixin)
|
[] |
TSingleWidgetChildrenWithSlot::AsSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
[TSlotBase](API\Runtime\SlateCore\TSlotBase)< SlotType > & AsSlot()
|
[] |
|
TPanelChildrenConstIterator::SetToEnd
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
Sets iterator to the last element.
|
SlateCore
|
void SetToEnd()
|
[] |
TSingleWidgetChildrenWithSlot::Expose
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
SlotType & Expose ( SlotType *& OutVarToInit )
|
[] |
|
TSingleWidgetChildrenWithSlot::FSlotArguments::operator[]
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
SlotType::FSlotArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChildWidget &41;
|
[] |
|
TSingleWidgetChildrenWithSlot::FSlotArguments::FSlotArguments
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
FSlotArguments&40;&41;
|
[] |
|
FSlotArguments
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
struct FSlotArguments : protected [TSlotBase< SlotType >::FSlotArguments](API\Runtime\SlateCore\TSlotBase\FSlotArguments)
|
[
{
"type": "friend",
"name": "TSingleWidgetChildrenWithSlot",
"description": ""
}
] |
|
TSingleWidgetChildrenWithSlot::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
const pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index ) const
|
[] |
TSingleWidgetChildrenWithSlot::AsSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
const [TSlotBase](API\Runtime\SlateCore\TSlotBase)< SlotType > & AsSlot() const
|
[] |
|
TSingleWidgetChildrenWithSlot::Construct
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void Construct ( [FSlotArguments](API\Runtime\SlateCore\Layout\TSingleWidgetChildrenWithSlot\FSlotArguments) && InArgs )
|
[] |
|
TSingleWidgetChildrenWithSlot::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index )
|
[] |
TSingleWidgetChildrenWithSlot::Num
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
the number of children
|
SlateCore
|
virtual int32 Num() const
|
[] |
TSingleWidgetChildrenWithSlot::operator[]
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
SlotType & operator[] ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InChildWidget )
|
[] |
|
TSingleWidgetChildrenWithSlot::TSingleWidgetChildrenWithSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSingleWidgetChildrenWithSlot ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner )
|
[] |
|
TSingleWidgetChildrenWithSlot::TSingleWidgetChildrenWithSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSingleWidgetChildrenWithSlot ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner, [FName](API\Runtime\Core\UObject\FName) InName )
|
[] |
|
TSingleWidgetChildrenWithSlot::TSingleWidgetChildrenWithSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSingleWidgetChildrenWithSlot ( std::nullptr_t )
|
[] |
|
TSingleWidgetChildrenWithSlot
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
AFChildrenthat has only one child and can take a templated slot.
|
SlateCore
|
template<typename SlotType> class TSingleWidgetChildrenWithSlot : public [FChildren](API\Runtime\SlateCore\Layout\FChildren), protected [TSlotBase< SlotType >](API\Runtime\SlateCore\TSlotBase)
|
[] |
TSlotlessChildren::Add
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
int32 Add ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & Child )
|
[] |
|
TSlotlessChildren::Empty
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void Empty ( int32 Slack )
|
[] |
|
TSlotlessChildren::AsArrayCopy
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
[TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > > AsArrayCopy() const
|
[] |
|
TSlotlessChildren::Find
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
int32 Find ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & Item ) const
|
[] |
|
TSlotlessChildren::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index )
|
[] |
TSlotlessChildren::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
const pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index ) const
|
[] |
TSlotlessChildren::Num
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
the number of children
|
SlateCore
|
virtual int32 Num() const
|
[] |
TSlotlessChildren::Insert
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void Insert ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & Child, int32 Index )
|
[] |
|
TSlotlessChildren::operator[]
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & operator[] ( int32 Index )
|
[] |
|
TSlotlessChildren::operator[]
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & operator[] ( int32 Index ) const
|
[] |
|
TSlotlessChildren::Remove
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
int32 Remove ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ChildType > & Child )
|
[] |
|
TSlotlessChildren::Reset
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void Reset ( int32 NewSize )
|
[] |
|
TSlotlessChildren::RemoveAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void RemoveAt ( int32 Index )
|
[] |
|
TSlotlessChildren::Sort
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
template<class PREDICATE_CLASS> void Sort ( const PREDICATE_CLASS & Predicate )
|
[] |
|
TSlotlessChildren::Swap
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void Swap ( int32 IndexA, int32 IndexB )
|
[] |
|
TSlotlessChildren::TSlotlessChildren
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSlotlessChildren ( [SWidget](API\Runtime\SlateCore\Widgets\SWidget) * InOwner, bool InbChangesInvalidatePrepass )
|
[] |
|
TSlotlessChildren::TSlotlessChildren
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
TSlotlessChildren ( std::nullptr_t, bool InbChangesInvalidatePrepass )
|
[] |
|
TSlotlessChildren
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
TSlotlessChildrenshould not be used for general-purpose widgets.
|
SlateCore
|
template<typename ChildType> class TSlotlessChildren : public [FChildren](API\Runtime\SlateCore\Layout\FChildren)
|
[] |
TWeakChild::AttachWidget
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void AttachWidget ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > & InWidget )
|
[] |
|
TWeakChild::DetachWidget
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
void DetachWidget()
|
[] |
|
TWeakChild::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index )
|
[] |
TWeakChild::GetChildAt
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
const pointer to the Widget at the specifiedIndex.
|
SlateCore
|
virtual [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetChildAt ( int32 Index ) const
|
[] |
TWeakChild::GetWidget
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
SlateCore
|
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetWidget() const
|
[] |
|
TWeakChild::Num
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
the number of children
|
SlateCore
|
virtual int32 Num() const
|
[] |
TWeakChild
|
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h
|
For widgets that do not own their content, but are responsible for presenting someone else's content. e.g. Tooltips are just presented by the owner window; not actually owned by it. They can go away at any time and then they'll just stop being shown.
|
SlateCore
|
template<typename ChildType> class TWeakChild : public [FChildren](API\Runtime\SlateCore\Layout\FChildren)
|
[] |
TWidgetSlotWithAttributeSupport::Construct
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
void Construct ( const [FChildren](API\Runtime\SlateCore\Layout\FChildren) & SlotOwner, typename [Super::FSlotArguments](API\Runtime\SlateCore\TSlotBase\FSlotArguments) && InArgs )
|
[] |
|
TWidgetSlotWithAttributeSupport::GetContainerName
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
virtual [FName](API\Runtime\Core\UObject\FName) GetContainerName() const
|
[] |
|
TWidgetSlotWithAttributeSupport::GetContainerSortOrder
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
virtual uint32 GetContainerSortOrder() const
|
[] |
|
TWidgetSlotWithAttributeSupport::GetContainerWidget
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
virtual [SWidget](API\Runtime\SlateCore\Widgets\SWidget) & GetContainerWidget() const
|
[] |
|
TWidgetSlotWithAttributeSupport::RegisterAttributes
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
static void RegisterAttributes ( FSlateWidgetSlotAttributeInitializer & AttributeInitializer )
|
[] |
|
TWidgetSlotWithAttributeSupport::RequestSortAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
void RequestSortAttribute()
|
[] |
|
Super
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
typedef [TSlotBase](API\Runtime\SlateCore\TSlotBase)< SlotType > Super
|
[] |
|
TSlateSlotAttribute
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
template<typename InObjectType, typename InComparePredicate> struct TSlateSlotAttribute : public [SlateAttributePrivate::TSlateContainedAttribute< InObjectType,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, InComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateContainedAttribute)
|
[] |
|
TWidgetSlotWithAttributeSupport::~TWidgetSlotWithAttributeSupport
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
SlateCore
|
virtual ~TWidgetSlotWithAttributeSupport()
|
[] |
|
TWidgetSlotWithAttributeSupport
|
/Engine/Source/Runtime/SlateCore/Public/Layout/WidgetSlotWithAttributeSupport.h
|
FChildren::SupportSlotWithSlateAttribute
|
SlateCore
|
template<typename SlotType> class TWidgetSlotWithAttributeSupport : public [TSlotBase< SlotType >](API\Runtime\SlateCore\TSlotBase), public [SlateAttributePrivate::ISlateAttributeContainer](API\Runtime\SlateCore\Types\Attributes\ISlateAttributeContainer)
|
[] |
ConcatenateRules< double, FSlateLayoutTransform >
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
template<> struct ConcatenateRules< double, FSlateLayoutTransform >
|
[] |
|
ResultType
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
typedef FSlateLayoutTransform ResultType
|
[] |
|
ResultType
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
typedef FSlateLayoutTransform ResultType
|
[] |
|
ConcatenateRules< float, FSlateLayoutTransform >
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
template<> struct ConcatenateRules< float, FSlateLayoutTransform >
|
[] |
|
ResultType
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
typedef FSlateLayoutTransform ResultType
|
[] |
|
ConcatenateRules< FSlateLayoutTransform, double >
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
template<> struct ConcatenateRules< FSlateLayoutTransform, double >
|
[] |
|
ResultType
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
SlateCore
|
typedef FSlateLayoutTransform ResultType
|
[] |
|
FCompareFNewTextureInfoByTextureSize::operator()
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h
|
SlateCore
|
bool operator() ( const [FNewTextureInfo](API\Runtime\SlateCore\Rendering\FNewTextureInfo) & A, const [FNewTextureInfo](API\Runtime\SlateCore\Rendering\FNewTextureInfo) & B ) const
|
[] |
|
ConcatenateRules< FSlateLayoutTransform, float >
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateLayoutTransform.h
|
Concatenation rules for LayoutTransform.
|
SlateCore
|
template<> struct ConcatenateRules< FSlateLayoutTransform, float >
|
[] |
FCompareFNewTextureInfoByTextureSize
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h
|
SlateCore
|
struct FCompareFNewTextureInfoByTextureSize
|
[] |
|
FMappedTextureBuffer::IsValid
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h
|
SlateCore
|
bool IsValid() const
|
[] |
|
FMappedTextureBuffer::FMappedTextureBuffer
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h
|
SlateCore
|
FMappedTextureBuffer()
|
[] |
|
FMappedTextureBuffer::Reset
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h
|
SlateCore
|
void Reset()
|
[] |
|
FMappedTextureBuffer
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h
|
SlateCore
|
struct FMappedTextureBuffer
|
[
{
"type": "void *",
"name": "Data",
"description": ""
},
{
"type": "int32",
"name": "Height",
"description": ""
},
{
"type": "int32",
"name": "Width",
"description": ""
}
] |
|
FNewTextureInfo::FNewTextureInfo
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h
|
SlateCore
|
FNewTextureInfo()
|
[] |
|
FNewTextureInfo
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/ShaderResourceManager.h
|
Represents a new texture that has been loaded but no resource created for it
|
SlateCore
|
struct FNewTextureInfo
|
[
{
"type": "bool",
"name": "bShouldAtlas",
"description": "Whether or not the texture should be atlased"
},
{
"type": "bool",
"name": "bSrgb",
"description": "Whether or not the texture is in srgb space"
},
{
"type": "FSlateTextureDa...",
"name": "TextureData",
"description": "Raw data"
}
] |
FRenderThreadUpdateContext
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRenderer.h
|
Update context for deferred drawing of widgets to render targets
|
SlateCore
|
struct FRenderThreadUpdateContext
|
[
{
"type": "bool",
"name": "bClearTarget",
"description": ""
},
{
"type": "float",
"name": "DeltaRealTimeSeconds",
"description": ""
},
{
"type": "float",
"name": "DeltaTimeSeconds",
"description": ""
},
{
"type": "double",
"name": "RealTimeSeconds",
"description": ""
},
{
"type": "ISlate3DRendere...",
"name": "Renderer",
"description": ""
},
{
"type": "FRenderTarget&...",
"name": "RenderTarget",
"description": ""
},
{
"type": "FSlateDrawBuffe...",
"name": "WindowDrawBuffer",
"description": ""
},
{
"type": "double",
"name": "WorldTimeSeconds",
"description": ""
}
] |
FShaderParams::operator==
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
bool operator== ( const [FShaderParams](API\Runtime\SlateCore\Rendering\FShaderParams) & Other ) const
|
[] |
|
FShaderParams::MakePixelShaderParams
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
static [FShaderParams](API\Runtime\SlateCore\Rendering\FShaderParams) MakePixelShaderParams ( const FVector4f & PixelShaderParams, const FVector4f & InPixelShaderParams2, const FVector4f & InPixelShaderParams3 )
|
[] |
|
FShaderParams::FShaderParams
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FShaderParams ( const FVector4f & InPixelParams, const FVector4f & InPixelParams2, const FVector4f & InPixelParams3 )
|
[] |
|
FShaderParams::FShaderParams
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FShaderParams()
|
[] |
|
FShaderParams
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
Shader parameters for slate
|
SlateCore
|
struct FShaderParams
|
[
{
"type": "FVector4f",
"name": "PixelParams",
"description": "Pixel shader parameters"
},
{
"type": "FVector4f",
"name": "PixelParams2",
"description": ""
},
{
"type": "FVector4f",
"name": "PixelParams3",
"description": ""
}
] |
FShortRect::DoesIntersect
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
bool DoesIntersect ( const [FShortRect](API\Runtime\SlateCore\Rendering\FShortRect) & B ) const
|
[] |
|
FShortRect::DoesIntersect
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
bool DoesIntersect ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & B ) const
|
[] |
|
FShortRect::GetBottomRight
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FVector2f GetBottomRight() const
|
[] |
|
FShortRect::GetTopLeft
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FVector2f GetTopLeft() const
|
[] |
|
FShortRect::operator!=
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
bool operator!= ( const [FShortRect](API\Runtime\SlateCore\Rendering\FShortRect) & RHS ) const
|
[] |
|
FShortRect::operator==
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
bool operator== ( const [FShortRect](API\Runtime\SlateCore\Rendering\FShortRect) & RHS ) const
|
[] |
|
FShortRect::FShortRect
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FShortRect()
|
[] |
|
FShortRect::FShortRect
|
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h
|
SlateCore
|
FShortRect ( const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & Rect )
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.