Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform
- ITargetPlatform::GetShaderCompilerDependencies()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
void GetShaderCompilerDependencies ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutDependencies ) const
Remarks
Provide platform specific file dependency patterns for SN-DBS shader compilation.
Parameters
Name | Description |
---|---|
OutDependencies | Platform specific dependency file patterns are uniquely appended to this array. |