GetShadingPathFromName

Finds a corresponding [ERHIShadingPath::Type](API\Runtime\RHI\ERHIShadingPath__Type) given an [FName](API\Runtime\Core\UObject\FName), or returns false if one could not be found.

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Source

/Engine/Source/Runtime/RHI/Private/RHI.cpp

Syntax

bool GetShadingPathFromName
(
    FName Name,
    ERHIShadingPath::Type & OutShadingPath
)

Remarks

Finds a corresponding ERHIShadingPath::Type given an FName, or returns false if one could not be found.

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