ITargetPlatform::GetShaderCompilerDependencies

Provide platform specific file dependency patterns for SN-DBS shader compilation.

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::GetShaderCompilerDependencies()

FTargetPlatformBase::GetShaderCompilerDependencies()

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

void GetShaderCompilerDependencies
(
    TArray< FString > & OutDependencies
) const

Remarks

Provide platform specific file dependency patterns for SN-DBS shader compilation.

Parameters

Parameter

Description

OutDependencies

Platform specific dependency file patterns are uniquely appended to this array.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss