55 lines
2.2 KiB
C
55 lines
2.2 KiB
C
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "RigVMFunctions/Execution/RigVMFunction_Sequence.h"
|
||
|
|
|
||
|
|
#ifdef RIGVM_RigVMFunction_Sequence_generated_h
|
||
|
|
#error "RigVMFunction_Sequence.generated.h already included, missing '#pragma once' in RigVMFunction_Sequence.h"
|
||
|
|
#endif
|
||
|
|
#define RIGVM_RigVMFunction_Sequence_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_Sequence *******************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_Sequence_Statics;
|
||
|
|
|
||
|
|
#define FRigVMFunction_Sequence_Execute() \
|
||
|
|
void FRigVMFunction_Sequence::StaticExecute( \
|
||
|
|
FRigVMExecuteContext& ExecuteContext \
|
||
|
|
)
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Sequence_h_14_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FRigVMFunction_Sequence_Statics; \
|
||
|
|
RIGVM_API static class UScriptStruct* StaticStruct(); \
|
||
|
|
virtual const UScriptStruct* GetExecuteContextStruct() const override { return FRigVMExecuteContext::StaticStruct(); } \
|
||
|
|
RIGVM_API void Execute(FRigVMExecuteContext& InExecuteContext); \
|
||
|
|
static void RIGVM_API StaticExecute( \
|
||
|
|
FRigVMExecuteContext& ExecuteContext \
|
||
|
|
); \
|
||
|
|
FORCEINLINE_DEBUGGABLE static void RigVMExecute( \
|
||
|
|
FRigVMExtendedExecuteContext& RigVMExecuteContext, \
|
||
|
|
FRigVMMemoryHandleArray RigVMMemoryHandles, \
|
||
|
|
FRigVMPredicateBranchArray RigVMBranches \
|
||
|
|
) \
|
||
|
|
{ \
|
||
|
|
StaticExecute( \
|
||
|
|
RigVMExecuteContext.GetPublicData<FRigVMExecuteContext>() \
|
||
|
|
); \
|
||
|
|
} \
|
||
|
|
typedef FRigVMStruct Super;
|
||
|
|
|
||
|
|
|
||
|
|
struct FRigVMFunction_Sequence;
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_Sequence *********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Execution_RigVMFunction_Sequence_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|