IShaderFormat::GetVersion

Gets the current version of the specified shader format.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > IShaderFormat

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h
Include #include "Interfaces/IShaderFormat.h"
uint32 GetVersion
(
    [FName](API\Runtime\Core\UObject\FName) Format
) const

Remarks

Gets the current version of the specified shader format. Version number.

Parameters

Name Description
Format The format to get the version for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library