![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VertexFactory.h>
Public Member Functions | |
| FVertexFactoryTypeDependency () | |
| bool | operator== (const FVertexFactoryTypeDependency &Reference) const |
| bool | operator!= (const FVertexFactoryTypeDependency &Reference) const |
| RENDERCORE_API void | RefreshCachedSourceHash (EShaderPlatform ShaderPlatform) |
Public Attributes | |
| FHashedName | VertexFactoryTypeName |
| FSHAHash | VFSourceHash |
Friends | |
| FArchive & | operator<< (FArchive &Ar, class FVertexFactoryTypeDependency &Ref) |
Encapsulates a dependency on a vertex factory type and saved state from that vertex factory type.
|
inline |
|
inline |
|
inline |
| void FVertexFactoryTypeDependency::RefreshCachedSourceHash | ( | EShaderPlatform | ShaderPlatform | ) |
Call GetShaderFileHash to get the cached value for the filename's hash in the current process.
|
friend |
| FHashedName FVertexFactoryTypeDependency::VertexFactoryTypeName |
| FSHAHash FVertexFactoryTypeDependency::VFSourceHash |
Used to detect changes to the vertex factory source files.