UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMCreateFieldInlineCache.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
6
7#include "VVMShape.h"
8
9namespace Verse
10{
11
13{
14 enum class EKind : uint8
15 {
19 UObject,
21 };
22
23 EKind Kind = EKind::Invalid;
24 uint32 FieldIndex = 0;
26
27 explicit operator bool() { return Kind != EKind::Invalid; }
28};
29
30} // namespace Verse
31#endif // WITH_VERSE_VM
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
uint8_t uint8
Definition binka_ue_file_header.h:8
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition Object.h:95
Definition Archive.h:36