Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include | #include "ShaderCompilerCommon.h" |
template<typename CharType>
const CharType * FindMatchingBlock
(
const CharType * OpeningCharPtr,
char OpenChar,
char CloseChar
)