UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMPlaceholderInline.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
#if WITH_VERSE_VM || defined(__INTELLISENSE__)
5
6
#include "
VerseVM/VVMPlaceholder.h
"
7
#include "
VerseVM/VVMTransaction.h
"
8
9
namespace
Verse
10
{
11
inline
void
VPlaceholder::SetModeTrailed(FAllocationContext
Context
, EMode
InMode
)
12
{
13
if
(
FTrail
*
Trail
=
Context
.CurrentTrail())
14
{
15
Trail
->LogBeforeWrite(
Context
,
Mode
());
16
}
17
Mode
() =
InMode
;
18
}
19
}
// namespace Verse
20
21
#endif
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
VVMPlaceholder.h
VVMTransaction.h
EVulkanSyncPointType::Context
@ Context
EEvaluatorMode::Mode
Mode
Definition
AnimNode_TransitionPoseEvaluator.h:28
Verse
Definition
Archive.h:36
Engine
Source
Runtime
CoreUObject
Public
VerseVM
Inline
VVMPlaceholderInline.h
Generated by
1.9.8