Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
Retrieves the metadata for a shader parameter struct type without having a definition of the type. This is the default overload in case there is no exact non-template overload (prevents implicit casting).
| Name | GetForwardDeclaredShaderParametersStructMetadata |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterStructDeclaration.h |
| Include Path | #include "ShaderParameterStructDeclaration.h" |
template<typename T>
const FShaderParametersMetadata * GetForwardDeclaredShaderParametersStructMetadata
(
const T *
)