![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SourceDataProject.h>
Inheritance diagram for uLang::CSourceDataPackage:Additional Inherited Members | |
Public Types inherited from uLang::CSourcePackage | |
| enum | EOrigin : uint8_t { Unknown , Memory , FileSystem } |
| Where the source code of this package originates. More... | |
Public Attributes inherited from uLang::CSourcePackage | |
| TSRef< CSourceModule > | _RootModule |
| The root module of this package, equivalent to the _VersePath specified in _Settings. | |
| TOptional< SVersionedDigest > | _Digest |
| Optional digest to be used instead of source if desired. | |
| TOptional< SVersionedDigest > | _PublicDigest |
| The public-only digest, if it exists. | |
Static Protected Member Functions inherited from uLang::CSharedMix | |
| template<class ObjectType > | |
| static TSPtrG< ObjectType, false, CHeapRawAllocator > | SharedThis (ObjectType *This) |
| template<class ObjectType > | |
| static TSPtrG< const ObjectType, false, CHeapRawAllocator > | SharedThis (const ObjectType *This) |
Protected Attributes inherited from uLang::CSourcePackage | |
| SSettings | _Settings |
| Settings, e.g. parsed from .vpackage file. | |
A source package in memory
|
inline |
|
inlineoverridevirtual |
Reimplemented from uLang::CSourcePackage.
Reimplemented from uLang::CSourcePackage.