UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GCVerseCellInfo.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
UObject/NameTypes.h
"
6
#include "Containers/Map.h"
7
8
#if WITH_VERSE_VM || defined(__INTELLISENSE__)
9
#include "
VerseVM/VVMCell.h
"
10
11
namespace
Verse
12
{
13
struct
VCell
;
14
}
15
21
class
FGCVerseCellInfo
22
{
23
public
:
24
25
FGCVerseCellInfo
() =
default
;
26
explicit
FGCVerseCellInfo
(
const
Verse::VCell*
Cell
)
27
: DebugName(
Cell
->DebugName())
28
{
29
}
30
31
private
:
32
34
FName
DebugName;
35
36
public
:
37
38
FName
GetDebugName()
const
39
{
40
return
DebugName;
41
}
42
44
static
COREUOBJECT_API
FGCVerseCellInfo
* FindOrAddInfoHelper(
const
Verse::VCell*
InCell
,
TMap<const Verse::VCell*, FGCVerseCellInfo*>
&
InOutVerseCellToInfoMap
);
45
};
46
#endif
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ENetworkConnectionType::Cell
@ Cell
NameTypes.h
VVMCell.h
FName
Definition
NameTypes.h:617
TMap
Definition
UnrealString.h.inl:34
Verse
Definition
Archive.h:36
Engine
Source
Runtime
CoreUObject
Public
UObject
GCVerseCellInfo.h
Generated by
1.9.8