Navigation
API > API/Developer > API/Developer/TargetPlatform
Interface for shader format modules.
| Name | IShaderFormatModule |
| Type | class |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormatModule.h |
| Include Path | #include "Interfaces/IShaderFormatModule.h" |
Syntax
class IShaderFormatModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~IShaderFormatModule() |
Virtual destructor. | Interfaces/IShaderFormatModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IShaderFormat * GetShaderFormat() |
Gets the shader format. | Interfaces/IShaderFormatModule.h |