UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IndexedSourceText.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
8
9namespace uLang
10{
11
18
19}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Array.h:51
Definition VVMEngineEnvironment.h:23
Definition IndexedSourceText.h:13
int64_t CalculateOffsetForLine(const int32_t TargetLine) const
Definition IndexedSourceText.cpp:10
const CUTF8String _SourceText
Definition IndexedSourceText.h:14
TArray< int64_t > & _LineIndexCache
Definition IndexedSourceText.h:15