UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DigestGenerator.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// uLang Semantic Analyzer Public API
3
4#pragma once
5
9
10namespace uLang
11{
12
13class CSemanticProgram;
14class CAstPackage;
15class CDiagnostics;
16
17namespace DigestGenerator
18{
19
21VERSECOMPILER_API bool Generate(
22 CSemanticProgram& Program,
23 const CAstPackage& Package,
27 const CUTF8String* Notes,
30
31} // namespace DigestGenerator
32} // namespace uLang
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:670
Definition VVMEngineEnvironment.h:23
uLang::TUTF8String< CHeapRawAllocator > CUTF8String
A string allocated on the heap.
Definition UTF8String.h:269