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
FWebBrowserTextureSampleQueue::RequestFlush
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h
WebBrowserTexture
virtual void RequestFlush()
[]
FWebBrowserTextureSampleQueue::Pop
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h
WebBrowserTexture
virtual bool Pop()
[]
FWebBrowserTextureSampleQueue::~FWebBrowserTextureSampleQueue
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h
Virtual destructor.
WebBrowserTexture
virtual ~FWebBrowserTextureSampleQueue()
[]
FWebBrowserTextureSampleQueue::FWebBrowserTextureSampleQueue
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h
Default constructor.
WebBrowserTexture
FWebBrowserTextureSampleQueue()
[]
FWebBrowserTextureSampleQueue
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h
WebBrowserTexture
class FWebBrowserTextureSampleQueue
[]
UWebBrowserTexture::BeginDestroy
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Called before destroying the object. This is called immediately upon deciding to destroy the object, to allow the object to begin an asynchronous cleanup process.
WebBrowserTexture
virtual void BeginDestroy()
[]
IWebBrowserTextureModule
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureModule.h
WebBrowserTextureModule interface
WebBrowserTexture
class IWebBrowserTextureModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
UWebBrowserTexture::GetAspectRatio
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
GetWidth
WebBrowserTexture
float GetAspectRatio() const
[]
UWebBrowserTexture::CreateResource
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Implemented by subclasses to create a new resource for the texture.
WebBrowserTexture
virtual [FTextureResource](API\Runtime\Engine\FTextureResource) * CreateResource()
[]
UWebBrowserTexture::GetDesc
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Return a one line description of an object for viewing in the thumbnail view of the generic browser
WebBrowserTexture
virtual [FString](API\Runtime\Core\Containers\FString) GetDesc()
[]
UWebBrowserTexture::GetExternalTextureGuid
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Access the GUID which defines this texture's resources externally throughFExternalTextureRegistry
WebBrowserTexture
virtual [FGuid](API\Runtime\Core\Misc\FGuid) GetExternalTextureGuid() const
[]
UWebBrowserTexture::GetHeight
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
GetWidth
WebBrowserTexture
int32 GetHeight() const
[]
UWebBrowserTexture::GetSurfaceArraySize
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
the array size of the surface represented by the texture.
WebBrowserTexture
virtual uint32 GetSurfaceArraySize() const
[]
UWebBrowserTexture::GetSurfaceDepth
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
the depth of the surface represented by the texture.
WebBrowserTexture
virtual float GetSurfaceDepth() const
[]
UWebBrowserTexture::GetSurfaceHeight
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
the height of the surface represented by the texture.
WebBrowserTexture
virtual float GetSurfaceHeight() const
[]
UWebBrowserTexture::GetSurfaceWidth
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
the width of the surface represented by the texture.
WebBrowserTexture
virtual float GetSurfaceWidth() const
[]
UWebBrowserTexture::GetTextureClass
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Get Texture Class
WebBrowserTexture
virtual ETextureClass GetTextureClass() const
[]
UWebBrowserTexture::GetMaterialType
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
The material value type of this texture.
WebBrowserTexture
virtual EMaterialValueType GetMaterialType() const
[]
UWebBrowserTexture::GetResourceSizeEx
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Get the size of the object/resource for use in memory tools or to display to artists/LDs in the Editor This is the extended version which separates up the used memory into different memory regions (the actual definition of which may be platform specific).
WebBrowserTexture
virtual void GetResourceSizeEx ( [FResourceSizeEx](API\Runtime\Core\ProfilingDebugging\FResourceSizeEx) & CumulativeResourceSize )
[]
UWebBrowserTexture::GetWidth
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
GetHeight
WebBrowserTexture
int32 GetWidth() const
[]
UWebBrowserTexture::TickResource
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
WebBrowserTexture
void TickResource ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FWebBrowserTextureSample](API\Runtime\WebBrowserTexture\FWebBrowserTextureSample), ESPMode::ThreadSafe > Sample )
[]
UWebBrowserTexture::UnregisterPlayerGuid
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
Unregister the player's external texture GUID.
WebBrowserTexture
void UnregisterPlayerGuid()
[]
UWebBrowserTexture::UWebBrowserTexture
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
WebBrowserTexture
UWebBrowserTexture ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer )
[]
UWebBrowserTexture
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
probably should have derived fromUTexture2DDynamic(notUTexture)
WebBrowserTexture
class UWebBrowserTexture : public [UTexture](API\Runtime\Engine\Engine\UTexture)
[ { "type": "TEnumAsByte< Te...", "name": "AddressX", "description": "The addressing mode to use for the X axis." }, { "type": "TEnumAsByte< Te...", "name": "AddressY", "description": "The addressing mode to use for the Y axis." }, { "type": "bool", "name": "AutoClear", "description": "Whether to clear the texture when no media is being played (default = enabled)." }, { "type": "FLinearColor", "name": "ClearColor", "description": "The color used to clear the texture if AutoClear is enabled (default = black)." } ]
FWebSocketsModule::Get
/Engine/Source/Runtime/Online/WebSockets/Public/WebSocketsModule.h
Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already. Returns singleton instance, loading the module on demand if needed
WebSockets
static [FWebSocketsModule](API\Runtime\WebSockets\FWebSocketsModule) & Get()
[]
Singleton
/Engine/Source/Runtime/Online/WebSockets/Public/WebSocketsModule.h
Singleton for the module while loaded and available
WebSockets
static [FWebSocketsModule](API\Runtime\WebSockets\FWebSocketsModule) * Singleton = nullptr;
[]
FWebSocketsModule::FWebSocketsModule
/Engine/Source/Runtime/Online/WebSockets/Public/WebSocketsModule.h
FWebSocketModule.
WebSockets
FWebSocketsModule()
[]
UWebBrowserTexture::SetExternalTextureGuid
/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTexture.h
WebBrowserTexture
void SetExternalTextureGuid ( [FGuid](API\Runtime\Core\Misc\FGuid) guid )
[]
FWebSocketsModule
/Engine/Source/Runtime/Online/WebSockets/Public/WebSocketsModule.h
Module for web socket implementations
WebSockets
class FWebSocketsModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
IWebSocket::Close
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Close the current connection.
WebSockets
void Close ( int32 Code, const [FString](API\Runtime\Core\Containers\FString) & Reason )
[]
IWebSocket::Connect
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Initiate a client connection to the server. Use this after setting up event handlers or to reconnect after connection errors.
WebSockets
void Connect()
[]
FWebSocketConnectedEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when a web socket connection has been established successfully.
WebSockets
class FWebSocketConnectedEvent : public TBaseMulticastDelegate_NoParams< void >
[]
FWebSocketConnectionErrorEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when a web socket connection could not be established.
WebSockets
class FWebSocketConnectionErrorEvent : public TBaseMulticastDelegate_OneParam< void, const FString & >
[]
FWebSocketBinaryMessageEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when web socket binary data has been received. bIsLastFragment will be true if it is the last fragment of the current packet.
WebSockets
class FWebSocketBinaryMessageEvent : public TBaseMulticastDelegate_ThreeParams< void, const void *, SIZE_T, bool >
[]
FWebSocketClosedEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when a web socket connection has been closed.
WebSockets
class FWebSocketClosedEvent : public TBaseMulticastDelegate_ThreeParams< void, int32, const FString &, bool >
[]
FWebSocketMessageEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when a web socket text message has been received. Assumes the payload is encoded as UTF8. For binary data, bind to OnRawMessage instead.
WebSockets
class FWebSocketMessageEvent : public TBaseMulticastDelegate_OneParam< void, const FString & >
[]
FWebSocketRawMessageEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when any web socket data has been received. May be called multiple times for a message if the message was split into multiple frames. This is called for every web socket fragment. BytesRemaining is the number of bytes left in the current fragment.
WebSockets
class FWebSocketRawMessageEvent : public TBaseMulticastDelegate_ThreeParams< void, const void *, SIZE_T, SIZE_T >
[]
FWebSocketMessageSentEvent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Delegate called when a web socket text message has been sent. Assume UTF-8 encoding.
WebSockets
class FWebSocketMessageSentEvent : public TBaseMulticastDelegate_OneParam< void, const FString & >
[]
IWebSocket::IsConnected
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Inquire if this web socket instance is connected to a server.
WebSockets
bool IsConnected()
[]
IWebSocket::OnClosed
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketClosedEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketClosedEvent) & OnClosed()
[]
IWebSocket::OnConnected
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketConnectedEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketConnectedEvent) & OnConnected()
[]
IWebSocket::OnBinaryMessage
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketBinaryMessageEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketBinaryMessageEvent) & OnBinaryMessage()
[]
IWebSocket::OnMessage
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketMessageEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketMessageEvent) & OnMessage()
[]
IWebSocket::OnConnectionError
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketConnectionErrorEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketConnectionErrorEvent) & OnConnectionError()
[]
IWebSocket::OnMessageSent
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketMessageSentEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketMessageSentEvent) & OnMessageSent()
[]
IWebSocket::OnRawMessage
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
[FWebSocketRawMessageEvent](API\Runtime\WebSockets\IWebSocket\FWebSocketRawMessageEvent) & OnRawMessage()
[]
IWebSocket::Send
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Transmit data over the connection.
WebSockets
void Send ( const [FString](API\Runtime\Core\Containers\FString) & Data )
[]
IWebSocket::Send
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Transmit data over the connection.
WebSockets
void Send ( const void * Data, SIZE_T Size, bool bIsBinary )
[]
IWebSocket::SetTextMessageMemoryLimit
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
Optionally change memory limit for receiving UTF-8 text on this socket. Default from config TextMessageMemoryLimit under [WebSockets] or 1MB.
WebSockets
void SetTextMessageMemoryLimit ( uint64 TextMessageMemoryLimit )
[]
IWebSocket::~IWebSocket
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
virtual ~IWebSocket()
[]
IWebSocket
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h
WebSockets
class IWebSocket
[]
IWebSocketsManager::InitWebSockets
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h
Web sockets start-up: call before creating any web sockets
WebSockets
void InitWebSockets ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FString](API\Runtime\Core\Containers\FString) > Protocols )
[]
IWebSocketsManager::CreateWebSocket
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h
Instantiates a new web socket for the current platform newIWebSocketinstance
WebSockets
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebSocket](API\Runtime\WebSockets\IWebSocket) > CreateWebSocket ( const [FString](API\Runtime\Core\Containers\FString) & Url, const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & Protocols, const [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\FString) > & UpgradeHeaders )
[]
IWebSocketsManager
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h
WebSockets
class IWebSocketsManager
[]
IWebSocketsManager::ShutdownWebSockets
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h
Web sockets teardown: call at shutdown, in particular after all use of SSL has finished
WebSockets
void ShutdownWebSockets()
[]
IWebSocketsManager::~IWebSocketsManager
/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocketsManager.h
Virtual destructor
WebSockets
virtual ~IWebSocketsManager()
[]
EWidgetCarouselScrollDirection::Type
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
The desired Carousel scroll direction
WidgetCarousel
namespace EWidgetCarouselScrollDirection { enum Type { Carousel_Left, Carousel_Right, Carousel_Center, } }
[]
FCarouselDisplayItem::BlendWidget
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Blend the widget fade / transform to the desired value. True if still blending, false otherwise
WidgetCarousel
bool BlendWidget ( const float & DeltaTime, const float & DesiredValue, const float & Speed, float & OutCurrentValue )
[]
FCarouselDisplayItem::GetSFXWidget
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
FTextGetPositionText() const { returnFText::FromString(FString::Printf(TEXT("%.2f, %.2f, %.2f"), SlideValue, DesiredSlideValue, SlideInCurve.GetLerp())); } Get the FX widget to display. The FX widget.
WidgetCarousel
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SFxWidget](API\Runtime\Slate\Widgets\Layout\SFxWidget) > GetSFXWidget()
[]
FCarouselDisplayItem::GetSlide
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Get the slide position - used by the FX widget to get its position. The slide position.
WidgetCarousel
FVector2D GetSlide() const
[]
FCarouselDisplayItem::GetSlideValue
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
WidgetCarousel
const float GetSlideValue() const
[]
FCarouselDisplayItem::IsInTransition
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
WidgetCarousel
bool IsInTransition()
[]
FCarouselDisplayItem::PeakIn
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Scroll out the widget.
WidgetCarousel
void PeakIn ( [EWidgetCarouselScrollDirection::Type](API\Runtime\WidgetCarousel\EWidgetCarouselScrollDirection__-) ScrollDirection )
[]
FCarouselDisplayItem::ScrollIn
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Scroll in the widget. The scroll direction.
WidgetCarousel
void ScrollIn ( [EWidgetCarouselScrollDirection::Type](API\Runtime\WidgetCarousel\EWidgetCarouselScrollDirection__-) ScrollDirection )
[]
FCarouselDisplayItem::SetFadeRate
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the fade rate. The widget fade in and out at this amount per frame.
WidgetCarousel
void SetFadeRate ( float DesiredFadeRate )
[]
FCarouselDisplayItem::SetOpacity
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Get the widget opacity.
WidgetCarousel
void SetOpacity ( float InOpacity )
[]
FCarouselDisplayItem::SetSlide
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the slide position.
WidgetCarousel
void SetSlide ( float InSlide, bool bClearTransition )
[]
FCarouselDisplayItem::SetMoveSpeed
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the desired move speed.
WidgetCarousel
void SetMoveSpeed ( float DesiredMoveSpeed )
[]
FCarouselDisplayItem::SetSliderLeftLimit
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the desired left limit. The widget will go to this position when scrolling out and left.
WidgetCarousel
void SetSliderLeftLimit ( float DesiredLeftLimit )
[]
FCarouselDisplayItem::SetSliderPeakLeftLimit
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
WidgetCarousel
void SetSliderPeakLeftLimit ( float DesiredLimit )
[]
FCarouselDisplayItem::SetSliderOptimalPostion
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the optimal slide position. The widget will go to this position when in view.
WidgetCarousel
void SetSliderOptimalPostion ( float DesiredOptimalSlideValue )
[]
FCarouselDisplayItem::SetSliderPeakRightLimit
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
WidgetCarousel
void SetSliderPeakRightLimit ( float DesiredLimit )
[]
FCarouselDisplayItem::SetSliderRightLimit
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the desired right limit. The widget will go to this position when scrolling out and right.
WidgetCarousel
void SetSliderRightLimit ( float DesiredRightLimit )
[]
FCarouselDisplayItem::Tick
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Tick the widget - animate the slide / fade.
WidgetCarousel
void Tick ( float DeltaTime )
[]
FCarouselDisplayItem::SetVisibility
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
WidgetCarousel
void SetVisibility ( [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) InVisibility )
[]
FCarouselDisplayItem::SetWidgetContent
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Set the content of the widget to display.
WidgetCarousel
void SetWidgetContent ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InContent )
[]
FCarouselDisplayItem::FCarouselDisplayItem
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
Construct the display widget.
WidgetCarousel
FCarouselDisplayItem()
[]
FCarouselDisplayItem
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h
The Carousel display widget that gets animated by the carousel widget
WidgetCarousel
struct FCarouselDisplayItem : public [TSharedFromThis< FCarouselDisplayItem >](API\Runtime\Core\Templates\TSharedFromThis)
[ { "type": "bool", "name": "bFade", "description": "Holds if the widget is fading in or out." }, { "type": "bool", "name": "bFadeInAndOut", "description": "Holds if the widget should fade in or out." }, { "type": "bool", "name": "bPeak", "description": "Hold if the widget is peaking." }, { "type": "bool", "name": "bTransition", "description": "Holds if widget is in transition." }, { "type": "float", "name": "DesiredOpacityValue", "description": "The desired opacity value." }, { "type": "float", "name": "DesiredSlideValue", "description": "The desired slide value." }, { "type": "float", "name": "FadeRate", "description": "The amount by which a widget fades per frame." }, { "type": "TSharedPtr<SFx...", "name": "FXWidget", "description": "Holds the FX widget that does the transitioning." }, { "type": "float", "name": "MoveSpeed", "description": "The maximum move speed of the widget." }, { "type": "float", "name": "OpacityValue", "description": "Holds the Opacity Value. 0 == transparent." }, { "type": "float", "name": "OptimalSlideValue", "description": "The slide value to display the widget on screen." }, { "type": "float", "name": "PeakDistance", "description": "The Peak Distance." }, { "type": "float", "name": "PeakSpeed", "description": "The Peak speed." }, { "type": "float", "name": "PeakValueLeftLimit", "description": "The left peak position." }, { "type": "float", "name": "PeakValueRightLimit", "description": "The right peak position." }, { "type": "FCurveSequence", "name": "SlideInCurve", "description": "Holds the peak curve." }, { "type": "float", "name": "SlideValue", "description": "The slide position." }, { "type": "float", "name": "SlideValueLeftLimit", "description": "The max left position." }, { "type": "float", "name": "SlideValueRightLimit", "description": "The max right position." }, { "type": "EVisibility", "name": "Visibility", "description": "The current visibility of the display item." } ]
FWidgetCarouselModule::ShutdownModule
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselModule.h
Called before the module is unloaded, right before the module object is destroyed. During normal shutdown, this is called in reverse order that modules finishStartupModule(). This means that, as long as a module references dependent modules in it'sStartupModule(), it can safely reference those dependencies inShutdownModule()as well.
WidgetCarousel
virtual void ShutdownModule()
[]
FWidgetCarouselModule
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselModule.h
Implements the WidgetCarousel module.
WidgetCarousel
class FWidgetCarouselModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
[]
FWidgetCarouselModule::StartupModule
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselModule.h
FModuleManager::Get().LoadModuleChecked(TEXT("HTTP"));
WidgetCarousel
virtual void StartupModule()
[]
FWidgetCarouselModuleStyle::Get
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
The Slate style set for the widget carousel
WidgetCarousel
static const [ISlateStyle](API\Runtime\SlateCore\Styling\ISlateStyle) & Get()
[]
FWidgetCarouselModuleStyle::GetStyleSetName
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static [FName](API\Runtime\Core\UObject\FName) GetStyleSetName()
[]
FWidgetCarouselModuleStyle::Initialize
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static void Initialize()
[]
FWidgetCarouselModuleStyle::ReloadTextures
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
Reloads textures used by slate renderer
WidgetCarousel
static void ReloadTextures()
[]
FWidgetCarouselModuleStyle::Shutdown
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static void Shutdown()
[]
WidgetCarouselStyleInstance
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
Module style set
WidgetCarousel
static [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [FSlateStyleSet](API\Runtime\SlateCore\Styling\FSlateStyleSet) > WidgetCarouselStyleInstance = NULL;
[]
FWidgetCarouselModuleStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
Manages the style which provides resources for the add content dialog.
WidgetCarousel
class FWidgetCarouselModuleStyle
[]
FWidgetCarouselNavigationBarStyle::GetDefault
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static const [FWidgetCarouselNavigationBarStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationBarStyl-) & GetDefault()
[]
FWidgetCarouselNavigationBarStyle::GetResources
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
This method must be implemented by inherited structures.
WidgetCarousel
virtual void GetResources ( [TArray](API\Runtime\Core\Containers\TArray)< const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * > & OutBrushes ) const
[]
FWidgetCarouselNavigationBarStyle::GetTypeName
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
This method must be implemented by inherited structures. Widget style name.
WidgetCarousel
virtual const [FName](API\Runtime\Core\UObject\FName) GetTypeName() const
[]
FWidgetCarouselNavigationBarStyle::SetCenterButtonStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
[FWidgetCarouselNavigationBarStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationBarStyl-) & SetCenterButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InCenterButtonStyle )
[]
FWidgetCarouselNavigationBarStyle::SetHighlightBrush
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
[FWidgetCarouselNavigationBarStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationBarStyl-) & SetHighlightBrush ( const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) & InHighlightBrush )
[]
FWidgetCarouselNavigationBarStyle::SetRightButtonStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
[FWidgetCarouselNavigationBarStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationBarStyl-) & SetRightButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InRightButtonStyle )
[]
FWidgetCarouselNavigationBarStyle::SetLeftButtonStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
[FWidgetCarouselNavigationBarStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationBarStyl-) & SetLeftButtonStyle ( const [FButtonStyle](API\Runtime\SlateCore\Styling\FButtonStyle) & InLeftButtonStyle )
[]
TypeName
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static const [FName](API\Runtime\Core\UObject\FName) TypeName;
[]
FWidgetCarouselNavigationBarStyle::~FWidgetCarouselNavigationBarStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
virtual ~FWidgetCarouselNavigationBarStyle()
[]
FWidgetCarouselNavigationBarStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
struct FWidgetCarouselNavigationBarStyle : public [FSlateWidgetStyle](API\Runtime\SlateCore\Styling\FSlateWidgetStyle)
[ { "type": "FButtonStyle", "name": "CenterButtonStyle", "description": "" }, { "type": "FSlateBrush", "name": "HighlightBrush", "description": "" }, { "type": "FButtonStyle", "name": "LeftButtonStyle", "description": "" }, { "type": "FButtonStyle", "name": "RightButtonStyle", "description": "" } ]
FWidgetCarouselNavigationBarStyle::FWidgetCarouselNavigationBarStyle
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
Navigation bar style
WidgetCarousel
FWidgetCarouselNavigationBarStyle()
[]
FWidgetCarouselNavigationButtonStyle::GetDefault
/Engine/Source/Runtime/WidgetCarousel/Public/WidgetCarouselStyle.h
WidgetCarousel
static const [FWidgetCarouselNavigationButtonStyle](API\Runtime\WidgetCarousel\FWidgetCarouselNavigationButtonS-) & GetDefault()
[]