![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| template<typename TShaderType > | |
| constexpr bool | CanReadEntryPoint (const TShaderType &InShader) |
| constexpr bool | CanReadEntryPoint (const FD3D12WorkGraphShader &InShader) |
| template<typename TShaderType > | |
| bool | InitShaderCommon (FShaderCodeReader &ShaderCode, int32 Offset, TShaderType *InShader) |
| template<typename TShaderType , typename LambdaType > | |
| TShaderType * | InitStandardShaderWithCustomSerialization (TShaderType *InShader, TArrayView< const uint8 > InCode, const LambdaType &CustomSerializationLambda) |
| template<typename TShaderType > | |
| TShaderType * | InitStandardShader (TShaderType *InShader, TArrayView< const uint8 > InCode) |
|
constexpr |
|
constexpr |
| bool InitShaderCommon | ( | FShaderCodeReader & | ShaderCode, |
| int32 | Offset, | ||
| TShaderType * | InShader | ||
| ) |
| TShaderType * InitStandardShader | ( | TShaderType * | InShader, |
| TArrayView< const uint8 > | InCode | ||
| ) |
| TShaderType * InitStandardShaderWithCustomSerialization | ( | TShaderType * | InShader, |
| TArrayView< const uint8 > | InCode, | ||
| const LambdaType & | CustomSerializationLambda | ||
| ) |