Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Textures
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Textures/SlateShaderResource.h |
| Include | #include "Textures/SlateShaderResource.h" |
Syntax
class FSlateSharedHandleData
Remarks
Data used to lookup a resource from a handle and to determine validity of the handle. This is shared between the handle and the resource
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateShaderResourceProxy * | Proxy | Rendering proxy used to directly access the rendering resource quickly |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateSharedHandleData
(
FSlateShaderResourceProxy* InProxy |