UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SourceProjectWriter.cpp File Reference

Namespaces

namespace  uLang
 
namespace  uLang::Private
 

Functions

bool uLang::ToJSON (const SWorkspacePackageRef &Value, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const SWorkspaceDesc &Value, JSONDocument *JSON)
 
bool uLang::ToJSON (const CSourceModule &Value, JSONDocument *JSON)
 
bool uLang::ToJSON (const EVerseScope Scope, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const EPackageRole Role, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const CSourcePackage::SSettings &Value, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const CSourcePackage &Value, JSONDocument *JSON)
 
bool uLang::ToJSON (const SPackageDesc &Value, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const SPackageRef &Value, JSONValue *JSON, JSONMemoryPoolAllocator &Allocator)
 
bool uLang::ToJSON (const SProjectDesc &Value, JSONDocument *JSON)
 
CUTF8String uLang::Private::GetSnippetRelativeDirectory (const CSourceModule &Module, const TSRef< ISourceSnippet > &Snippet)