Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform
- ITargetPlatform::GetShaderCompilerDependencies()
- FTargetPlatformBase::GetShaderCompilerDependencies()
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
void GetShaderCompilerDependencies
&40;
TArray< FString > & OutDependencies
&41; 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. |