UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SourceProjectUtils.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6
7namespace uLang
8{
9namespace
10{
11
12const CUTF8StringView SnippetExt(".verse");
13const CUTF8StringView ModuleExt(".vmodule");
14const CUTF8StringView PackageExt(".vpackage");
15const CUTF8StringView ProjectExt(".vproject");
16
17}
18}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uLang::CUTF8StringView CUTF8StringView
Definition VstNode.h:51
Definition VVMEngineEnvironment.h:23