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
TSlateBaseNamedArgs::IsEnabled_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & IsEnabled_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< bool >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Me
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Used by the named argument pattern as a safe way to 'return *this' for call-chaining purposes.
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Me()
[]
TSlateBaseNamedArgs::PixelSnappingMethod
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & PixelSnappingMethod ( EWidgetPixelSnapping InArg )
[]
TSlateBaseNamedArgs::RenderOpacity
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderOpacity ( float InArg )
[]
TSlateBaseNamedArgs::RenderTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > > InAttribute )
[]
TSlateBaseNamedArgs::RenderTransform
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransformPivot
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransformPivot
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D > InAttribute )
[]
TSlateBaseNamedArgs::RenderTransformPivot
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransformPivot_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< FVector2D(void) > && InFunctor )
[]
TSlateBaseNamedArgs::RenderTransformPivot_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransformPivot_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransformPivot_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransformPivot_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< FVector2D >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransform_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform >(void) > && InFunctor )
[]
TSlateBaseNamedArgs::RenderTransform_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransform_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::RenderTransform_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & RenderTransform_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TOptional](API\Runtime\Core\IO\TOptional)< FSlateRenderTransform > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Tag
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Tag ( [FName](API\Runtime\Core\UObject\FName) InArg )
[]
TSlateBaseNamedArgs::ToolTip
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > > InAttribute )
[]
TSlateBaseNamedArgs::ToolTip
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTip
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTipText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > InAttribute )
[]
TSlateBaseNamedArgs::ToolTipText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTipText
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTipText_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [FText](API\Runtime\Core\Internationalization\FText)(void) > && InFunctor )
[]
TSlateBaseNamedArgs::ToolTipText_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTipText_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTip_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) >(void) > && InFunctor )
[]
TSlateBaseNamedArgs::ToolTipText_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTipText_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTip_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTip_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::ToolTip_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & ToolTip_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IToolTip](API\Runtime\SlateCore\Widgets\IToolTip) > >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Visibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) > InAttribute )
[]
TSlateBaseNamedArgs::Visibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< UserClass > InUserObjectRef, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Visibility
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a shared pointer-based class method. Slate mostly uses shared pointers so we use an overload for this type of binding.
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Visibility_Lambda
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a lambda * technically this works for any functor types, but lambdas are the primary use case
SlateCore
[WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility_Lambda ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility)(void) > && InFunctor )
[]
TSlateBaseNamedArgs::Visibility_Raw
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a raw C++ class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility_Raw ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs::Visibility_Static
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a global function * NOTE: We use a template here to avoid 'typename' issues when hosting attributes inside templated classes
SlateCore
template<typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility_Static ( TIdentity_T< typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) >::FGetter::template TFuncPtr< VarTypes... > > InFunc, VarTypes... Vars )
[]
WidgetArgsType
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
typedef WidgetType::FArguments WidgetArgsType
[]
TSlateBaseNamedArgs::Visibility_UObject
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Bind attribute with delegate to a UObject-based class method
SlateCore
template<class UserClass, typename... VarTypes> [WidgetArgsType](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs\WidgetArgsType) & Visibility_UObject ( UserClass * InUserObject, typename [TAttribute](API\Runtime\Core\Misc\TAttribute)< [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) >::FGetter::template TConstMethodPtr< UserClass, VarTypes... > InFunc, VarTypes... Vars )
[]
TSlateBaseNamedArgs
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Base class for named arguments. Provides settings necessary for all widgets.
SlateCore
template<typename InWidgetType> struct TSlateBaseNamedArgs : public [FSlateBaseNamedArgs](API\Runtime\SlateCore\Widgets\FSlateBaseNamedArgs)
[]
TSlateDecl::Expose
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SAssignNew
SlateCore
template<class ExposeAsWidgetType> [TSlateDecl](API\Runtime\SlateCore\Widgets\TSlateDecl) && Expose ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< ExposeAsWidgetType > & OutVarToInit )
[]
TSlateDecl::Expose
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SAssignNew
SlateCore
template<class ExposeAsWidgetType> [TSlateDecl](API\Runtime\SlateCore\Widgets\TSlateDecl) && Expose ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< ExposeAsWidgetType > & OutVarToInit )
[]
TSlateDecl::Expose
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SAssignNew
SlateCore
template<class ExposeAsWidgetType> [TSlateDecl](API\Runtime\SlateCore\Widgets\TSlateDecl) && Expose ( [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< ExposeAsWidgetType > & OutVarToInit )
[]
TSlateDecl::operator<<=
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
Complete widget construction from InArgs. A reference to the widget that we constructed.
SlateCore
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< WidgetType > operator<<= ( const typename WidgetType::FArguments & InArgs )
[]
WidgetType
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
typedef InWidgetType WidgetType
[]
TSlateDecl
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SAssignNew
SlateCore
template<class WidgetType, typename RequiredArgsPayloadType> struct TSlateDecl
[ { "type": "RequiredArgsPay...", "name": "_RequiredArgs", "description": "" }, { "type": "TSharedPtr< Wid...", "name": "_Widget", "description": "" } ]
TSlateManagedAttribute< FText, EInvalidateWidgetReason::None >
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h
SlateCore
namespace TSlateManagedAttribute< FText, EInvalidateWidgetReason { template<> struct TSlateManagedAttribute< FText, EInvalidateWidgetReason::None > : public [SlateAttributePrivate::TSlateManagedAttribute< FText,::SlateAttributePrivate::FSlateAttributeNoInvalidationReason, TSlateAttributeFTextComparePredicate >](API\Runtime\SlateCore\Types\Attributes\TSlateManagedAttribute) }
[]
ISlateNullRendererModule::CreateSlateFontAtlasFactory
/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h
SlateNullRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateFontAtlasFactory](API\Runtime\SlateCore\Fonts\ISlateFontAtlasFactory) > CreateSlateFontAtlasFactory()
[]
ISlateNullRendererModule::CreateSlateNullRenderer
/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h
Creates a Slate RHI renderer. A new renderer which renders nothing.
SlateNullRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FSlateRenderer](API\Runtime\SlateCore\Rendering\FSlateRenderer) > CreateSlateNullRenderer()
[]
ISlateNullRendererModule
/Engine/Source/Runtime/SlateNullRenderer/Public/Interfaces/ISlateNullRendererModule.h
Interface for the Slate RHI Renderer module.
SlateNullRenderer
class ISlateNullRendererModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
TSlateDecl::TSlateDecl
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h
SlateCore
TSlateDecl ( const ANSICHAR * InType, const ANSICHAR * InFile, int32 OnLine, RequiredArgsPayloadType && InRequiredArgs )
[]
ISlate3DRenderer::AcquireDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
The free buffer for drawing
SlateRHIRenderer
[FSlateDrawBuffer](API\Runtime\SlateCore\Rendering\FSlateDrawBuffer) & AcquireDrawBuffer()
[]
ISlate3DRenderer::DrawWindowToTarget_RenderThread
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
Renders the batched draw elements of the draw buffer to the given render target. Call after preparing the draw buffer and render target on the game thread.
SlateRHIRenderer
void DrawWindowToTarget_RenderThread ( [FRHICommandListImmediate](API\Runtime\RHI\FRHICommandListImmediate) & RHICmdList, const struct [FRenderThreadUpdateContext](API\Runtime\SlateCore\Rendering\FRenderThreadUpdateContext) & Context )
[]
ISlate3DRenderer::DrawWindow_GameThread
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
Batches the draw elements in the buffer to prepare it for rendering. Call in the game thread before sending to the render thread.
SlateRHIRenderer
void DrawWindow_GameThread ( [FSlateDrawBuffer](API\Runtime\SlateCore\Rendering\FSlateDrawBuffer) & DrawBuffer )
[]
ISlate3DRenderer::FScopedAcquireDrawBuffer::operator=
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
FScopedAcquireDrawBuffer & operator&61; &40; const FScopedAcquireDrawBuffer & &41;
[]
ISlate3DRenderer::FScopedAcquireDrawBuffer::GetDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
FSlateDrawBuffer & GetDrawBuffer&40;&41;
[]
ISlate3DRenderer::FScopedAcquireDrawBuffer::FScopedAcquireDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
FScopedAcquireDrawBuffer &40; const FScopedAcquireDrawBuffer & &41;
[]
ISlate3DRenderer::FScopedAcquireDrawBuffer::FScopedAcquireDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
FScopedAcquireDrawBuffer &40; ISlate3DRenderer & InSlateRenderer, bool bInDeferRenderTargetUpdate &41;
[]
ISlate3DRenderer::FScopedAcquireDrawBuffer::~FScopedAcquireDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
&126;FScopedAcquireDrawBuffer&40;&41;
[]
ISlate3DRenderer::ReleaseDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
Return the previously acquired buffer.
SlateRHIRenderer
void ReleaseDrawBuffer ( [FSlateDrawBuffer](API\Runtime\SlateCore\Rendering\FSlateDrawBuffer) & InWindowDrawBuffer )
[]
FScopedAcquireDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
Acquire the draw buffer and release it at the end of the scope.
SlateRHIRenderer
struct FScopedAcquireDrawBuffer
[]
ISlate3DRenderer::GetDrawBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
The free buffer for drawing
SlateRHIRenderer
virtual [FSlateDrawBuffer](API\Runtime\SlateCore\Rendering\FSlateDrawBuffer) & GetDrawBuffer()
[]
ISlate3DRenderer::SetApplyColorDeficiencyCorrection
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
void SetApplyColorDeficiencyCorrection ( bool bApplyColorCorrection )
[]
ISlate3DRenderer::SetUseGammaCorrection
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
Set if this renderer should render in gamma space by default.
SlateRHIRenderer
void SetUseGammaCorrection ( bool bUseGammaCorrection )
[]
ISlate3DRenderer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
class ISlate3DRenderer : public [TSharedFromThis< ISlate3DRenderer, ESPMode::ThreadSafe >](API\Runtime\Core\Templates\TSharedFromThis)
[]
ISlate3DRenderer::~ISlate3DRenderer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlate3DRenderer.h
SlateRHIRenderer
virtual ~ISlate3DRenderer()
[]
ISlateRHIRendererModule::CreateInstanceBuffer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h
SlateRHIRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateUpdatableInstanceBuffer](API\Runtime\SlateCore\Rendering\ISlateUpdatableInstanceBuffer) > CreateInstanceBuffer ( int32 InitialInstanceCount )
[]
ISlateRHIRendererModule::CreateSlate3DRenderer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h
SlateRHIRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlate3DRenderer](API\Runtime\SlateRHIRenderer\Interfaces\ISlate3DRenderer), ESPMode::ThreadSafe > CreateSlate3DRenderer ( bool bUseGammaCorrection )
[]
ISlateRHIRendererModule::CreateSlateRHIRenderer
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h
Creates a Slate RHI renderer. A new renderer.
SlateRHIRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FSlateRenderer](API\Runtime\SlateCore\Rendering\FSlateRenderer) > CreateSlateRHIRenderer()
[]
ISlateRHIRendererModule::CreateSlateFontAtlasFactory
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h
SlateRHIRenderer
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ISlateFontAtlasFactory](API\Runtime\SlateCore\Fonts\ISlateFontAtlasFactory) > CreateSlateFontAtlasFactory()
[]
ISlateRHIRendererModule
/Engine/Source/Runtime/SlateRHIRenderer/Public/Interfaces/ISlateRHIRendererModule.h
Interface for the Slate RHI Renderer module.
SlateRHIRenderer
class ISlateRHIRendererModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
ESocketReceiveFlags::Type
/Engine/Source/Runtime/Sockets/Public/SocketTypes.h
Enumerates socket receive flags.
Sockets
namespace ESocketReceiveFlags { enum Type { None = 0, Peek = 2, WaitAll = 0x100, } }
[]
ESocketWaitConditions::Type
/Engine/Source/Runtime/Sockets/Public/SocketTypes.h
Enumerates socket wait conditions.
Sockets
namespace ESocketWaitConditions { enum Type { WaitForRead, WaitForWrite, WaitForReadOrWrite, } }
[]
FAddressInfoResult::FAddressInfoResult
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
FAddressInfoResult ( const TCHAR * InHostName, const TCHAR * InServiceName )
[]
FAddressInfoResult
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
struct FAddressInfoResult
[ { "type": "FString", "name": "CanonicalNameResult", "description": "The Canonical Name of the query (empty unless FQDomainName or CanonicalName are specified)" }, { "type": "FString", "name": "QueryHostName", "description": "The hostname/ip that generated these results" }, { "type": "FString", "name": "QueryServiceName", "description": "The service name that was used in the query" }, { "type": "TArray<FAddres...", "name": "Results", "description": "The list of results" }, { "type": "ESocketErrors", "name": "ReturnCode", "description": "The return code of the query" } ]
FAddressInfoResultData::GetSocketTypeName
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
[FName](API\Runtime\Core\UObject\FName) GetSocketTypeName() const
[]
FAddressInfoResultData::operator==
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
bool operator== ( const [FAddressInfoResultData](API\Runtime\Sockets\FAddressInfoResultData) & rhs ) const
[]
FAddressInfoResultData::FAddressInfoResultData
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Deprecated* Use constructor that supports anFNameas the AddressProtocol property is now deprecated. AddressProtocolName supports multiple protocol types as should be used instead.
Sockets
FAddressInfoResultData ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FInternetAddr](API\Runtime\Sockets\FInternetAddr) > InAddr, SIZE_T InAddrLen, ESocketProtocolFamily InProtocol, ESocketType InSocketConfiguration )
[]
FAddressInfoResultData::FAddressInfoResultData
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
FAddressInfoResultData ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FInternetAddr](API\Runtime\Sockets\FInternetAddr) > InAddr, SIZE_T InAddrLen, const [FName](API\Runtime\Core\UObject\FName) InProtocol, ESocketType InSocketConfiguration )
[]
FAddressInfoResultData
/Engine/Source/Runtime/Sockets/Public/AddressInfoTypes.h
Sockets
struct FAddressInfoResultData
[ { "type": "TSharedRef<FIn...", "name": "Address", "description": "The address associated with this result" }, { "type": "SIZE_T", "name": "AddressLen", "description": "Length of the returned address data" }, { "type": "ESocketProtocol...", "name": "AddressProtocol", "description": "The protocol of the address stored" }, { "type": "FName", "name": "AddressProtocolName", "description": "The protocol name of the address stored" }, { "type": "ESocketType", "name": "SocketConfiguration", "description": "Streaming or datagram" } ]
FFileInfo::FFileInfo
/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h
Sockets
FFileInfo()
[]
FFileInfo
/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h
A helper class for storing all available file info.
Sockets
struct FFileInfo
[ { "type": "FDateTime", "name": "AccessTimeStamp", "description": "" }, { "type": "bool", "name": "bForceInclude", "description": "" }, { "type": "bool", "name": "bIsDeleteRecord", "description": "" }, { "type": "bool", "name": "FileExists", "description": "" }, { "type": "uint64", "name": "FileSize", "description": "" }, { "type": "uint8[16]", "name": "Hash", "description": "" }, { "type": "int32", "name": "PatchIndex", "description": "" }, { "type": "bool", "name": "ReadOnly", "description": "" }, { "type": "int64", "name": "Size", "description": "" }, { "type": "FDateTime", "name": "TimeStamp", "description": "" } ]
FInternetAddr::Clone
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Creates a new structure with the same data as this structure The new structure
Sockets
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FInternetAddr](API\Runtime\Sockets\FInternetAddr) > Clone() const
[]
FInternetAddr::CompareEndpoints
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
InAddr The address to compare with. true if the endpoint stored in thisFInternetAddris the same as the input.
Sockets
virtual bool CompareEndpoints ( const [FInternetAddr](API\Runtime\Sockets\FInternetAddr) & InAddr ) const
[]
FInternetAddr::DumpAddrData
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Sockets
virtual void DumpAddrData() const
[]
FInternetAddr::GetPlatformPort
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Get platform specific port data.
Sockets
virtual int32 GetPlatformPort() const
[]
FInternetAddr::GetIp
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Copies the network byte order ip address to a host byte order dword
Sockets
void GetIp ( uint32 & OutAddr ) const
[]
FInternetAddr::GetPort
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Returns the port number from this address in host byte order
Sockets
int32 GetPort() const
[]
FInternetAddr::GetPort
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Copies the port number from this address and places it into a host byte order int
Sockets
virtual void GetPort ( int32 & OutPort ) const
[]
FInternetAddr::GetProtocolType
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Returns the protocol type name of the address data currently stored in this struct The type of the address. If it's not known or overridden in a derived class, the return is None.
Sockets
virtual [FName](API\Runtime\Core\UObject\FName) GetProtocolType() const
[]
FInternetAddr::GetTypeHash
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Hash function for use withTMap's - exposed through FInternetAddrMapRef The value to use for the hash
Sockets
uint32 GetTypeHash() const
[]
FInternetAddr::IsPortValid
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Report whether the port is in a valid range for SetPort.
Sockets
virtual bool IsPortValid ( int32 InPort ) const
[]
FInternetAddr::IsValid
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Is this a well formed internet address true if a valid IP, false otherwise
Sockets
bool IsValid() const
[]
FInternetAddr::operator==
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Compares two internet ip addresses for equality
Sockets
virtual bool operator== ( const [FInternetAddr](API\Runtime\Sockets\FInternetAddr) & Other ) const
[]
FInternetAddr::SetAnyAddress
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Sets the address to be any address
Sockets
void SetAnyAddress()
[]
FInternetAddr::GetRawIp
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Gets the ip address in a raw array stored in network byte order. The raw address stored in an array
Sockets
[TArray](API\Runtime\Core\Containers\TArray)< uint8 > GetRawIp() const
[]
FInternetAddr::SetBroadcastAddress
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Sets the address to broadcast
Sockets
void SetBroadcastAddress()
[]
FInternetAddr::SetIp
/Engine/Source/Runtime/Sockets/Public/IPAddress.h
Sets the ip address from a host byte order uint32
Sockets
void SetIp ( uint32 InAddr )
[]