UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TypeScope.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// uLang Compiler Public API
3
4#pragma once
5
8
9namespace uLang
10{
14class CTypeScope : public CLogicalScope, public CSharedMix
15{
16public:
17
21
22 // CScope interface.
23 virtual CSymbol GetScopeName() const override { return CSymbol(); }
24};
25
26} // namespace uLang
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SemanticScope.h:242
Definition SemanticScope.h:73
ULANG_FORCEINLINE CSemanticProgram & GetProgram() const
Definition SemanticScope.h:121
EKind
Definition SemanticScope.h:76
Definition SharedPointer.h:28
Symbol representing a text string with an associated id.
Definition Symbol.h:98
Definition TypeScope.h:15
CTypeScope(CScope &EnclosingScope)
Definition TypeScope.h:18
virtual CSymbol GetScopeName() const override
Definition TypeScope.h:23
Definition VVMEngineEnvironment.h:23