GetShaderIncludes

Recursively populates IncludeFilenames with the include filenames from Filename

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ShaderCore.h

Include

#include "ShaderCore.h"

Source

/Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp

Syntax

void GetShaderIncludes
(
    const TCHAR * EntryPointVirtualFilePath,
    const TCHAR * VirtualFilePath,
    TArray< FString > & IncludeVirtualFilePaths,
    EShaderPlatform ShaderPlatform,
    uint32 DepthLimit
)

Remarks

Recursively populates IncludeFilenames with the include filenames from Filename

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