Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include | #include "ShaderCompilerCommon.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp |
bool FindEntryPointParameters
(
const FString & InSourceCode,
const FString & InEntryPoint,
EShaderParameterStorageClass ParameterStorageClass,
TArray < FString > & OutParameterSemantics,
TArray < FString > & OutErrors
)
Remarks
Returns the semantic names of all individual entry point parameters (i.e. all structure fields are inlined)