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
|
---|---|---|---|---|---|
IVulkanDynamicRHI::GetInterfaceType
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
virtual ERHIInterfaceType GetInterfaceType() const
|
[] |
|
IVulkanDynamicRHI::RHICreateTexture2DArrayFromResource
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
FTexture2DArrayRHIRef RHICreateTexture2DArrayFromResource ( EPixelFormat Format, uint32 SizeX, uint32 SizeY, uint32 ArraySize, uint32 NumMips, uint32 NumSamples, VkImage Resource, ETextureCreateFlags Flags, const [FClearValueBinding](API\Runtime\RHI\FClearValueBinding) & ClearValueBinding )
|
[] |
|
IVulkanDynamicRHI::RHICreateTexture2DFromResource
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
FTexture2DRHIRef RHICreateTexture2DFromResource ( EPixelFormat Format, uint32 SizeX, uint32 SizeY, uint32 NumMips, uint32 NumSamples, VkImage Resource, ETextureCreateFlags Flags, const [FClearValueBinding](API\Runtime\RHI\FClearValueBinding) & ClearValueBinding )
|
[] |
|
IVulkanDynamicRHI::RHICreateTextureCubeFromResource
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
FTextureCubeRHIRef RHICreateTextureCubeFromResource ( EPixelFormat Format, uint32 Size, bool bArray, uint32 ArraySize, uint32 NumMips, VkImage Resource, ETextureCreateFlags Flags, const [FClearValueBinding](API\Runtime\RHI\FClearValueBinding) & ClearValueBinding )
|
[] |
|
IVulkanDynamicRHI::RHIDoesAdapterMatchDevice
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
bool RHIDoesAdapterMatchDevice ( const void * InAdapterId ) const
|
[] |
|
IVulkanDynamicRHI::RHIFindOrAddLayoutRW
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
Deprecated* Altering image layout tracking directly is not permitted anymore.
|
VulkanRHI
|
VkImageLayout & RHIFindOrAddLayoutRW ( [FRHITexture](API\Runtime\RHI\FRHITexture) * InTexture, VkImageLayout LayoutIfNotFound )
|
[] |
IVulkanDynamicRHI::RHIFinishExternalComputeWork
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHIFinishExternalComputeWork ( VkCommandBuffer InCommandBuffer )
|
[] |
|
IVulkanDynamicRHI::RHIGetActiveVkCommandBuffer
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkCommandBuffer RHIGetActiveVkCommandBuffer()
|
[] |
|
IVulkanDynamicRHI::RHIGetAllDeviceExtensions
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
[TArray](API\Runtime\Core\Containers\TArray)< VkExtensionProperties > RHIGetAllDeviceExtensions ( VkPhysicalDevice InPhysicalDevice ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetAllInstanceExtensions
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
[TArray](API\Runtime\Core\Containers\TArray)< VkExtensionProperties > RHIGetAllInstanceExtensions() const
|
[] |
|
IVulkanDynamicRHI::RHIGetAllocationInfo
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
[FVulkanRHIAllocationInfo](API\Runtime\VulkanRHI\FVulkanRHIAllocationInfo) RHIGetAllocationInfo ( [FRHITexture](API\Runtime\RHI\FRHITexture) * InTexture ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetGraphicsAdapterLUID
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
uint64 RHIGetGraphicsAdapterLUID ( VkPhysicalDevice InPhysicalDevice ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetGraphicsQueueFamilyIndex
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
uint32 RHIGetGraphicsQueueFamilyIndex() const
|
[] |
|
IVulkanDynamicRHI::RHIGetGraphicsQueueIndex
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
uint32 RHIGetGraphicsQueueIndex() const
|
[] |
|
IVulkanDynamicRHI::RHIGetImageViewInfo
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
[FVulkanRHIImageViewInfo](API\Runtime\VulkanRHI\FVulkanRHIImageViewInfo) RHIGetImageViewInfo ( [FRHITexture](API\Runtime\RHI\FRHITexture) * InTexture ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetGraphicsVkQueue
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkQueue RHIGetGraphicsVkQueue() const
|
[] |
|
IVulkanDynamicRHI::RHIGetSwapChainVkFormat
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkFormat RHIGetSwapChainVkFormat ( EPixelFormat InFormat ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetViewVkFormat
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkFormat RHIGetViewVkFormat ( [FRHITexture](API\Runtime\RHI\FRHITexture) * InTexture ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetVkDevice
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkDevice RHIGetVkDevice() const
|
[] |
|
IVulkanDynamicRHI::RHIGetVkAllocationCallbacks
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
const VkAllocationCallbacks * RHIGetVkAllocationCallbacks()
|
[] |
|
IVulkanDynamicRHI::RHIGetVkImage
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkImage RHIGetVkImage ( [FRHITexture](API\Runtime\RHI\FRHITexture) * InTexture ) const
|
[] |
|
IVulkanDynamicRHI::RHIGetVkInstance
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkInstance RHIGetVkInstance() const
|
[] |
|
IVulkanDynamicRHI::RHIGetVkPhysicalDevice
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
VkPhysicalDevice RHIGetVkPhysicalDevice() const
|
[] |
|
IVulkanDynamicRHI::RHIGetVulkanDeviceUUID
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
const uint8 * RHIGetVulkanDeviceUUID() const
|
[] |
|
IVulkanDynamicRHI::RHIRegisterWork
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHIRegisterWork ( uint32 NumPrimitives )
|
[] |
|
IVulkanDynamicRHI::RHIGetVulkanVersion
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
uint32 RHIGetVulkanVersion() const
|
[] |
|
IVulkanDynamicRHI::RHISetImageLayout
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHISetImageLayout ( VkImage Image, VkImageLayout OldLayout, VkImageLayout NewLayout, const VkImageSubresourceRange & SubresourceRange )
|
[] |
|
IVulkanDynamicRHI::RHIGetVkDeviceProcAddr
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void * RHIGetVkDeviceProcAddr ( const char * InName ) const
|
[] |
|
IVulkanDynamicRHI::RHISetUploadImageLayout
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHISetUploadImageLayout ( VkImage Image, VkImageLayout OldLayout, VkImageLayout NewLayout, const VkImageSubresourceRange & SubresourceRange )
|
[] |
|
IVulkanDynamicRHI
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
struct IVulkanDynamicRHI : public [FDynamicRHI](API\Runtime\RHI\FDynamicRHI)
|
[] |
|
IVulkanDynamicRHI::RHISubmitUploadCommandBuffer
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHISubmitUploadCommandBuffer()
|
[] |
|
IVulkanDynamicRHI::RHISupportsEXTFragmentDensityMap2
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
bool RHISupportsEXTFragmentDensityMap2() const
|
[] |
|
IVulkanDynamicRHI::RHIVerifyResult
|
/Engine/Source/Runtime/VulkanRHI/Public/IVulkanDynamicRHI.h
|
VulkanRHI
|
void RHIVerifyResult ( VkResult Result, const ANSICHAR * VkFuntion, const ANSICHAR * Filename, uint32 Line )
|
[] |
|
ShaderStage::EStage
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace ShaderStage { enum EStage { Vertex = 0, Pixel = 1, Geometry = 2, NumGeometryStages = 1, NumRayTracingStages = 0, NumStages = (2 + NumGeometryStages + NumRayTracingStages), Compute = 0, MaxNumSets = 8, Invalid = -1, } }
|
[] |
|
ShaderStage::GetFrequencyForGfxStage
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace ShaderStage { EShaderFrequency ShaderStage::GetFrequencyForGfxStage ( [EStage](API\Runtime\VulkanRHI\ShaderStage__EStage) Stage ) }
|
[] |
|
ShaderStage::GetStageForFrequency
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace ShaderStage { [EStage](API\Runtime\VulkanRHI\ShaderStage__EStage) ShaderStage::GetStageForFrequency ( EShaderFrequency Stage ) }
|
[] |
|
TDataKey::CopyDeep
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
Derived CopyDeep() const
|
[] |
|
TDataKey::GenerateFromArchive
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<class ArchiveWriter> void GenerateFromArchive ( ArchiveWriter && WriteToArchive, int32 DataReserve )
|
[] |
|
TDataKey::CopyShallow
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
Derived CopyShallow() const
|
[] |
|
TDataKey::GenerateFromData
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void GenerateFromData ( const void * InData, uint32 InSize )
|
[] |
|
TDataKey::GenerateFromObject
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<class ObjectType> void GenerateFromObject ( const ObjectType & Object )
|
[] |
|
TDataKey
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<class Derived, bool AlwaysCompareData> class TDataKey : public [TDataKeyBase< AlwaysCompareData?2:(1!=0)>](API\Runtime\VulkanRHI\TDataKeyBase)
|
[] |
|
TDataKey::GetHash
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
uint32 GetHash() const
|
[] |
|
TDataKeyBase
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<int Version> class TDataKeyBase
|
[] |
|
TDataKeyBase< 0 >::CopyDataShallow
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void CopyDataShallow &40; TDataKeyBase & Result &41; const
|
[] |
|
TDataKeyBase< 0 >::GetData
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<class DataReceiver> void GetData &40; DataReceiver && ReceiveData &41;
|
[] |
|
TDataKeyBase< 0 >::CopyDataDeep
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void CopyDataDeep &40; TDataKeyBase & Result &41; const
|
[] |
|
TDataKeyBase< 0 >::IsDataEquals
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
bool IsDataEquals &40; const TDataKeyBase & Other &41; const
|
[] |
|
TDataKeyBase< 0 >
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<> class TDataKeyBase< 0 >
|
[
{
"type": "uint32",
"name": "Hash",
"description": ""
}
] |
|
TDataKeyBase< 1 >::CopyDataDeep
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void CopyDataDeep &40; TDataKeyBase & Result &41; const
|
[] |
|
TDataKeyBase< 1 >::CopyDataShallow
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void CopyDataShallow &40; TDataKeyBase & Result &41; const
|
[] |
|
TDataKeyBase< 1 >::IsDataEquals
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
bool IsDataEquals &40; const TDataKeyBase & Other &41; const
|
[] |
|
TDataKeyBase< 1 >::GetDataRef
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
TArray< uint8 > & GetDataRef&40;&41;
|
[] |
|
TDataKeyBase< 1 >::GetData
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<class DataReceiver> void GetData &40; DataReceiver && ReceiveData &41;
|
[] |
|
TDataKeyBase< 1 >::SetData
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void SetData &40; const void &42; InData, uint32 InSize &41;
|
[] |
|
TDataKeyBase< 0 >::SetData
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
void SetData &40; const void &42; InData, uint32 InSize &41;
|
[] |
|
TDataKeyBase< 2 >
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<> class TDataKeyBase< 2 > : public [TDataKeyBase< 1 >](API\Runtime\VulkanRHI\TDataKeyBase_1)
|
[] |
|
VulkanBindless::EDescriptorSets
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace VulkanBindless { enum EDescriptorSets { BindlessSamplerSet = 0, BindlessStorageBufferSet, BindlessUniformBufferSet, BindlessStorageImageSet, BindlessSampledImageSet, BindlessStorageTexelBufferSet, BindlessUniformTexelBufferSet, BindlessAccelerationStructureSet, BindlessSingleUseUniformBufferSet, NumBindlessSets, MaxNumSets = NumBindlessSets, } }
|
[] |
|
VulkanBindless::kBindlessResourceArrayPrefix
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
Prefix used to declare arrays of samplers/resources for bindless.
|
VulkanRHI
|
namespace VulkanBindless { static constexpr const TCHAR * VulkanBindless::kBindlessResourceArrayPrefix = TEXT("ResourceDescriptorHeap_"); }
|
[] |
VulkanBindless::kBindlessSamplerArrayPrefix
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace VulkanBindless { static constexpr const TCHAR * VulkanBindless::kBindlessSamplerArrayPrefix = TEXT("SamplerDescriptorHeap_"); }
|
[] |
|
TDataKeyBase< 1 >
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
template<> class TDataKeyBase< 1 >
|
[
{
"type": "TArray< uint8 >...",
"name": "Data",
"description": ""
},
{
"type": "uint32",
"name": "Hash",
"description": ""
}
] |
|
TDataKeyBase< 2 >::IsDataEquals
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanUtil.h
|
VulkanRHI
|
bool IsDataEquals &40; const TDataKeyBase & Other &41; const
|
[] |
|
VulkanRHI::GetMemoryAllocator
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanConfiguration.h
|
VulkanRHI
|
namespace VulkanRHI { static const VkAllocationCallbacks * VulkanRHI::GetMemoryAllocator ( const VkAllocationCallbacks * Allocator ) }
|
[] |
|
FBrowserContextSettings::FBrowserContextSettings
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h
|
WebBrowser
|
FBrowserContextSettings ( const [FString](API\Runtime\Core\Containers\FString) & InId )
|
[] |
|
FBrowserContextSettings
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h
|
WebBrowser
|
struct FBrowserContextSettings
|
[
{
"type": "FString",
"name": "AcceptLanguageList",
"description": ""
},
{
"type": "bool",
"name": "bEnableNetSecurityExpiration",
"description": ""
},
{
"type": "bool",
"name": "bIgnoreCertificateErrors",
"description": ""
},
{
"type": "bool",
"name": "bPersistSessionCookies",
"description": ""
},
{
"type": "FString",
"name": "CookieStorageLocation",
"description": ""
},
{
"type": "FString",
"name": "Id",
"description": ""
},
{
"type": "FOnBeforeContex...",
"name": "OnBeforeContextResourceLoad",
"description": ""
}
] |
|
FCreateBrowserWindowSettings::FCreateBrowserWindowSettings
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h
|
WebBrowser
|
FCreateBrowserWindowSettings()
|
[] |
|
VulkanBindless::MaxUniformBuffersPerStage
|
/Engine/Source/Runtime/VulkanRHI/Public/VulkanCommon.h
|
VulkanRHI
|
namespace VulkanBindless { static constexpr uint32 VulkanBindless::MaxUniformBuffersPerStage = 8; }
|
[] |
|
FWebBrowserAdapterFactory::Create
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h
|
WebBrowser
|
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebBrowserAdapter](API\Runtime\WebBrowser\IWebBrowserAdapter) > Create ( const [FString](API\Runtime\Core\Containers\FString) & Name, [UObject](API\Runtime\CoreUObject\UObject\UObject) * JSBridge, bool IsPermanent )
|
[] |
|
FCreateBrowserWindowSettings
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSingleton.h
|
WebBrowser
|
struct FCreateBrowserWindowSettings
|
[
{
"type": "TArray<FString...",
"name": "AltRetryDomains",
"description": ""
},
{
"type": "FColor",
"name": "BackgroundColor",
"description": ""
},
{
"type": "bool",
"name": "bInterceptLoadRequests",
"description": ""
},
{
"type": "int",
"name": "BrowserFrameRate",
"description": ""
},
{
"type": "bool",
"name": "bShowErrorMessage",
"description": ""
},
{
"type": "bool",
"name": "bThumbMouseButtonNavigation",
"description": ""
},
{
"type": "bool",
"name": "bUseTransparency",
"description": ""
},
{
"type": "TOptional<FStr...",
"name": "ContentsToLoad",
"description": ""
},
{
"type": "TOptional<FBro...",
"name": "Context",
"description": ""
},
{
"type": "FString",
"name": "InitialURL",
"description": ""
},
{
"type": "void *",
"name": "OSWindowHandle",
"description": ""
}
] |
|
FWebBrowserAdapterFactory::Create
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h
|
WebBrowser
|
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebBrowserAdapter](API\Runtime\WebBrowser\IWebBrowserAdapter) > Create ( const [FString](API\Runtime\Core\Containers\FString) & Name, [UObject](API\Runtime\CoreUObject\UObject\UObject) * JSBridge, bool IsPermanent, const [FString](API\Runtime\Core\Containers\FString) & ConnectScriptText, const [FString](API\Runtime\Core\Containers\FString) & DisconnectScriptText )
|
[] |
|
FWebBrowserAdapterFactory
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserAdapter.h
|
WebBrowser
|
class FWebBrowserAdapterFactory
|
[] |
|
FWebBrowserCookie
|
/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserCookieManager.h
|
WebBrowser
|
struct FWebBrowserCookie
|
[
{
"type": "bool",
"name": "bHasExpires",
"description": "If true the cookie will expire at the specified Expires datetime."
},
{
"type": "bool",
"name": "bHttpOnly",
"description": "If true the cookie will only be sent for HTTP requests."
},
{
"type": "bool",
"name": "bSecure",
"description": "If true the cookie will only be sent for HTTPS requests."
},
{
"type": "FString",
"name": "Domain",
"description": "If is empty a host cookie will be created instead of a domain cookie."
},
{
"type": "FDateTime",
"name": "Expires",
"description": "The cookie expiration date is only valid if bHasExpires is true."
},
{
"type": "FString",
"name": "Name",
"description": "The cookie name."
},
{
"type": "FString",
"name": "Path",
"description": "If is non-empty only URLs at or below the path will get the cookie value."
},
{
"type": "FString",
"name": "Value",
"description": "The cookie value."
}
] |
|
FWebBrowserInitSettings::FWebBrowserInitSettings
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h
|
Default constructor. Initializes all members with default behavior values.
|
WebBrowser
|
FWebBrowserInitSettings()
|
[] |
FWebBrowserInitSettings
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserModule.h
|
WebBrowser initialization settings, can be used to override default init behaviors.
|
WebBrowser
|
struct FWebBrowserInitSettings
|
[
{
"type": "FString",
"name": "ProductVersion",
"description": "The string which is appended to the browser's user-agent value."
}
] |
FWebBrowserViewport::GetSize
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Returns the size of the viewport
|
WebBrowser
|
virtual FIntPoint GetSize() const
|
[] |
FWebBrowserViewport::GetViewportRenderTargetTexture
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Returns a slate texture used to draw the rendered viewport in Slate.
|
WebBrowser
|
virtual [FSlateShaderResource](API\Runtime\SlateCore\Textures\FSlateShaderResource) * GetViewportRenderTargetTexture() const
|
[] |
FWebBrowserViewport::OnCursorQuery
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called when Slate needs to know what the mouse cursor should be.FCursorReply::Unhandled()if the event is not handled;FCursorReply::Cursor()otherwise.
|
WebBrowser
|
virtual [FCursorReply](API\Runtime\SlateCore\Input\FCursorReply) OnCursorQuery ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & CursorEvent )
|
[] |
FWebBrowserViewport::OnFocusLost
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called when the viewport loses keyboard focus.
|
WebBrowser
|
virtual void OnFocusLost ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent )
|
[] |
FWebBrowserViewport::OnFocusReceived
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called when the viewport gains keyboard focus.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnFocusReceived ( const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent )
|
[] |
FWebBrowserViewport::OnKeyChar
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a character key is pressed while the viewport has focus
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyChar ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FCharacterEvent](API\Runtime\SlateCore\Input\FCharacterEvent) & InCharacterEvent )
|
[] |
FWebBrowserViewport::OnKeyDown
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a key is pressed inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent )
|
[] |
FWebBrowserViewport::OnKeyUp
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a key is released inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent )
|
[] |
FWebBrowserViewport::OnMouseButtonDoubleClick
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when the mouse wheel is used inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDoubleClick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InMyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent )
|
[] |
FWebBrowserViewport::OnMouseButtonDown
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a mouse button is pressed inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
FWebBrowserViewport::OnMouseEnter
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
WebBrowser
|
virtual void OnMouseEnter ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
|
FWebBrowserViewport::OnMouseButtonUp
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a mouse button is released inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonUp ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
FWebBrowserViewport::OnMouseLeave
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
WebBrowser
|
virtual void OnMouseLeave ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
|
FWebBrowserViewport::OnMouseMove
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when a mouse button is released inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseMove ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
FWebBrowserViewport::OnMouseWheel
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called by Slate when the mouse wheel is used inside the viewport
Whether the event was handled along with possible requests for the system to take action.
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseWheel ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent )
|
[] |
FWebBrowserViewport::OnTouchGesture
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Called on a touchpad gesture event
|
WebBrowser
|
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchGesture ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InGestureEvent )
|
[] |
FWebBrowserViewport::RequiresVsync
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Returns true if the viewport should be vsynced.
|
WebBrowser
|
virtual bool RequiresVsync() const
|
[] |
FWebBrowserViewport::Tick
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Performs any ticking necessary by this handle
|
WebBrowser
|
virtual void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, double InCurrentTime, float DeltaTime )
|
[] |
FWebBrowserViewport::FWebBrowserViewport
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Default Constructor
|
WebBrowser
|
FWebBrowserViewport ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IWebBrowserWindow](API\Runtime\WebBrowser\IWebBrowserWindow) > InWebBrowserWindow, bool InIsPopup )
|
[] |
FWebBrowserViewport::~FWebBrowserViewport
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
Destructor.
|
WebBrowser
|
~FWebBrowserViewport()
|
[] |
FWebBrowserViewport
|
/Engine/Source/Runtime/WebBrowser/Public/WebBrowserViewport.h
|
A Slate viewport to display a Web Browser Window
|
WebBrowser
|
class FWebBrowserViewport : public [ISlateViewport](API\Runtime\SlateCore\Rendering\ISlateViewport)
|
[] |
FWebJSCallbackBase::Invoke
|
/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h
|
WebBrowser
|
void Invoke ( int32 ArgCount, [FWebJSParam](API\Runtime\WebBrowser\FWebJSParam) Arguments, bool bIsError ) const
|
[] |
|
FWebJSCallbackBase::IsValid
|
/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h
|
WebBrowser
|
bool IsValid() const
|
[] |
|
FWebJSCallbackBase::FWebJSCallbackBase
|
/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h
|
WebBrowser
|
FWebJSCallbackBase()
|
[] |
|
FWebJSCallbackBase::FWebJSCallbackBase
|
/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h
|
WebBrowser
|
FWebJSCallbackBase ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< FWebJSScripting > InScripting, const [FGuid](API\Runtime\Core\Misc\FGuid) & InCallbackId )
|
[] |
|
FWebJSCallbackBase
|
/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h
|
Base class for JS callback objects.
|
WebBrowser
|
struct FWebJSCallbackBase
|
[] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.