UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMConservativeStackExitFrame.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 <setjmp.h>
8
9namespace Verse
10{
12
14{
16};
17
18// FIXME: The way that this should really work is that the ExitConservativeStack function is written in assembly
19// and saves all callee-save GPRs but only restores the ones it actually touched. That will be much cheaper than
20// calling setjmp!
22{
24};
25
26} // namespace Verse
27#endif // WITH_VERSE_VM
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Archive.h:36