Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveUnusedOutputs
(
FString& InOutSourceCode, |
ShaderCompilerCommon.h | ||
bool RemoveUnusedOutputs
(
FString& InOutSourceCode, |
ShaderCompilerCommon.h |
RemoveUnusedOutputs(FString &, const TArray< FString > &, const TArray< FString > &, FString &, TArray< FString > &)
| Name | RemoveUnusedOutputs |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include Path | #include "ShaderCompilerCommon.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp |
bool RemoveUnusedOutputs
(
FString & InOutSourceCode,
const TArray< FString > & InUsedOutputs,
const TArray< FString > & InExceptions,
FString & InOutEntryPoint,
TArray< FString > & OutErrors
)
RemoveUnusedOutputs(FString &, TConstArrayView< FStringView >, TConstArrayView< FStringView >, TConstArrayView< FScopedDeclarations >, FString &, TArray< FString > &)
| Name | RemoveUnusedOutputs |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include Path | #include "ShaderCompilerCommon.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/HlslUtils.cpp |
bool RemoveUnusedOutputs
(
FString & InOutSourceCode,
TConstArrayView< FStringView > InUsedOutputs,
TConstArrayView< FStringView > InExceptions,
TConstArrayView< FScopedDeclarations > InScopedDeclarations,
FString & InOutEntryPoint,
TArray< FString > & OutErrors
)