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
8
9namespace Verse
10{
11inline 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
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Mode
Definition AnimNode_TransitionPoseEvaluator.h:28
Definition Archive.h:36