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
namespace ESlateShaderResource
{
enum Type
&123;
NativeTexture,
TextureObject,
Material,
PostProcess,
Invalid,
&125;
}
Values
Name | Description |
---|---|
NativeTexture | Texture resource. |
TextureObject | UTexture object resource |
Material | Material resource. |
PostProcess | Post Process. |
Invalid | No Resource. |
Remarks
Enumerates Slate render resource types.