fixed issue
This commit is contained in:
@ -0,0 +1,112 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODAmbientSound.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODAmbientSound() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_AActor();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_AFMODAmbientSound();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_AFMODAmbientSound_NoRegister();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAudioComponent_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void AFMODAmbientSound::StaticRegisterNativesAFMODAmbientSound()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AFMODAmbientSound);
|
||||
UClass* Z_Construct_UClass_AFMODAmbientSound_NoRegister()
|
||||
{
|
||||
return AFMODAmbientSound::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_AFMODAmbientSound_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_AudioComponent_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_AudioComponent;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_AFMODAmbientSound_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_AActor,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams[] = {
|
||||
{ "AutoExpandCategories", "Audio" },
|
||||
{ "ClassGroupNames", "Sounds" },
|
||||
{ "Comment", "/** FMOD Ambient Sound.\n*/" },
|
||||
{ "HideCategories", "Collision Input" },
|
||||
{ "IncludePath", "FMODAmbientSound.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAmbientSound.h" },
|
||||
{ "ToolTip", "FMOD Ambient Sound." },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData[] = {
|
||||
{ "Category", "Sound" },
|
||||
{ "Comment", "/** The Audio component for this actor */" },
|
||||
{ "EditInline", "true" },
|
||||
{ "ExposeFunctionCategories", "Sound" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAmbientSound.h" },
|
||||
{ "ToolTip", "The Audio component for this actor" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent = { "AudioComponent", nullptr, (EPropertyFlags)0x00100000000a001d, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(AFMODAmbientSound, AudioComponent), Z_Construct_UClass_UFMODAudioComponent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_AFMODAmbientSound_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<AFMODAmbientSound>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_AFMODAmbientSound_Statics::ClassParams = {
|
||||
&AFMODAmbientSound::StaticClass,
|
||||
"Engine",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers),
|
||||
0,
|
||||
0x009000A4u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_AFMODAmbientSound()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton, Z_Construct_UClass_AFMODAmbientSound_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<AFMODAmbientSound>()
|
||||
{
|
||||
return AFMODAmbientSound::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(AFMODAmbientSound);
|
||||
AFMODAmbientSound::~AFMODAmbientSound() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_AFMODAmbientSound, AFMODAmbientSound::StaticClass, TEXT("AFMODAmbientSound"), &Z_Registration_Info_UClass_AFMODAmbientSound, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AFMODAmbientSound), 1074126785U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_522039793(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODAmbientSound.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODAmbientSound_generated_h
|
||||
#error "FMODAmbientSound.generated.h already included, missing '#pragma once' in FMODAmbientSound.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODAmbientSound_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAFMODAmbientSound(); \
|
||||
friend struct Z_Construct_UClass_AFMODAmbientSound_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AFMODAmbientSound, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(AFMODAmbientSound)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesAFMODAmbientSound(); \
|
||||
friend struct Z_Construct_UClass_AFMODAmbientSound_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(AFMODAmbientSound, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(AFMODAmbientSound)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AFMODAmbientSound(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AFMODAmbientSound) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AFMODAmbientSound); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AFMODAmbientSound); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AFMODAmbientSound(AFMODAmbientSound&&); \
|
||||
NO_API AFMODAmbientSound(const AFMODAmbientSound&); \
|
||||
public: \
|
||||
NO_API virtual ~AFMODAmbientSound();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API AFMODAmbientSound(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API AFMODAmbientSound(AFMODAmbientSound&&); \
|
||||
NO_API AFMODAmbientSound(const AFMODAmbientSound&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AFMODAmbientSound); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AFMODAmbientSound); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AFMODAmbientSound) \
|
||||
NO_API virtual ~AFMODAmbientSound();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_10_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODAmbientSound."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class AFMODAmbientSound>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,141 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODAnimNotifyPlay.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODAnimNotifyPlay() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_UAnimNotify();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAnimNotifyPlay();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAnimNotifyPlay_NoRegister();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODAnimNotifyPlay::StaticRegisterNativesUFMODAnimNotifyPlay()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAnimNotifyPlay);
|
||||
UClass* Z_Construct_UClass_UFMODAnimNotifyPlay_NoRegister()
|
||||
{
|
||||
return UFMODAnimNotifyPlay::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODAnimNotifyPlay_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_bFollow_MetaData[];
|
||||
#endif
|
||||
static void NewProp_bFollow_SetBit(void* Obj);
|
||||
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFollow;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_AttachName_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_AttachName;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_Event_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_Event;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UAnimNotify,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams[] = {
|
||||
{ "DisplayName", "Play FMOD Event" },
|
||||
{ "HideCategories", "Object Object" },
|
||||
{ "IncludePath", "FMODAnimNotifyPlay.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData[] = {
|
||||
{ "Category", "FMOD Anim Notify" },
|
||||
{ "Comment", "// If this sound should follow its owner\n" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" },
|
||||
{ "ToolTip", "If this sound should follow its owner" },
|
||||
};
|
||||
#endif
|
||||
void Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_SetBit(void* Obj)
|
||||
{
|
||||
((UFMODAnimNotifyPlay*)Obj)->bFollow = 1;
|
||||
}
|
||||
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow = { "bFollow", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, sizeof(uint8), sizeof(UFMODAnimNotifyPlay), &Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_SetBit, METADATA_PARAMS(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData[] = {
|
||||
{ "Category", "FMOD Anim Notify" },
|
||||
{ "Comment", "// Socket or bone name to attach sound to\n" },
|
||||
{ "EditCondition", "bFollow" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" },
|
||||
{ "ToolTip", "Socket or bone name to attach sound to" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName = { "AttachName", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODAnimNotifyPlay, AttachName), METADATA_PARAMS(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData[] = {
|
||||
{ "Category", "FMOD Anim Notify" },
|
||||
{ "Comment", "// Sound to Play\n" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" },
|
||||
{ "ToolTip", "Sound to Play" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODAnimNotifyPlay, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODAnimNotifyPlay>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::ClassParams = {
|
||||
&UFMODAnimNotifyPlay::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers),
|
||||
0,
|
||||
0x001120A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODAnimNotifyPlay()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton, Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODAnimNotifyPlay>()
|
||||
{
|
||||
return UFMODAnimNotifyPlay::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAnimNotifyPlay);
|
||||
UFMODAnimNotifyPlay::~UFMODAnimNotifyPlay() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODAnimNotifyPlay, UFMODAnimNotifyPlay::StaticClass, TEXT("UFMODAnimNotifyPlay"), &Z_Registration_Info_UClass_UFMODAnimNotifyPlay, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAnimNotifyPlay), 779846264U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_3082696706(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,96 @@
|
||||
// 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 "FMODAnimNotifyPlay.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODAnimNotifyPlay_generated_h
|
||||
#error "FMODAnimNotifyPlay.generated.h already included, missing '#pragma once' in FMODAnimNotifyPlay.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODAnimNotifyPlay_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAnimNotifyPlay(); \
|
||||
friend struct Z_Construct_UClass_UFMODAnimNotifyPlay_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAnimNotifyPlay, UAnimNotify, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAnimNotifyPlay)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAnimNotifyPlay(); \
|
||||
friend struct Z_Construct_UClass_UFMODAnimNotifyPlay_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAnimNotifyPlay, UAnimNotify, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAnimNotifyPlay)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODAnimNotifyPlay(const FObjectInitializer& ObjectInitializer); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAnimNotifyPlay) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAnimNotifyPlay); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAnimNotifyPlay); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAnimNotifyPlay(UFMODAnimNotifyPlay&&); \
|
||||
NO_API UFMODAnimNotifyPlay(const UFMODAnimNotifyPlay&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODAnimNotifyPlay();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAnimNotifyPlay(UFMODAnimNotifyPlay&&); \
|
||||
NO_API UFMODAnimNotifyPlay(const UFMODAnimNotifyPlay&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAnimNotifyPlay); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAnimNotifyPlay); \
|
||||
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UFMODAnimNotifyPlay) \
|
||||
NO_API virtual ~UFMODAnimNotifyPlay();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_7_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ENHANCED_CONSTRUCTORS \
|
||||
private: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODAnimNotifyPlay>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,107 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODAsset.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODAsset() {}
|
||||
// Cross Module References
|
||||
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||||
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODAsset::StaticRegisterNativesUFMODAsset()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAsset);
|
||||
UClass* Z_Construct_UClass_UFMODAsset_NoRegister()
|
||||
{
|
||||
return UFMODAsset::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODAsset_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetGuid_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_AssetGuid;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODAsset_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UObject,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams[] = {
|
||||
{ "BlueprintType", "true" },
|
||||
{ "Comment", "/**\n * FMOD Asset.\n */" },
|
||||
{ "IncludePath", "FMODAsset.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAsset.h" },
|
||||
{ "ToolTip", "FMOD Asset." },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData[] = {
|
||||
{ "Comment", "/** The unique Guid, which matches the one exported from FMOD Studio */" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAsset.h" },
|
||||
{ "ToolTip", "The unique Guid, which matches the one exported from FMOD Studio" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid = { "AssetGuid", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODAsset, AssetGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODAsset_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAsset_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODAsset>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAsset_Statics::ClassParams = {
|
||||
&UFMODAsset::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODAsset_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::PropPointers),
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODAsset()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODAsset.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAsset.OuterSingleton, Z_Construct_UClass_UFMODAsset_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODAsset.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODAsset>()
|
||||
{
|
||||
return UFMODAsset::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAsset);
|
||||
UFMODAsset::~UFMODAsset() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODAsset, UFMODAsset::StaticClass, TEXT("UFMODAsset"), &Z_Registration_Info_UClass_UFMODAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAsset), 3138798025U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_399576651(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODAsset.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODAsset_generated_h
|
||||
#error "FMODAsset.generated.h already included, missing '#pragma once' in FMODAsset.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODAsset_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAsset(); \
|
||||
friend struct Z_Construct_UClass_UFMODAsset_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAsset, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAsset)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAsset(); \
|
||||
friend struct Z_Construct_UClass_UFMODAsset_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAsset, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAsset)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODAsset(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAsset) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAsset); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAsset); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAsset(UFMODAsset&&); \
|
||||
NO_API UFMODAsset(const UFMODAsset&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODAsset();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODAsset(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAsset(UFMODAsset&&); \
|
||||
NO_API UFMODAsset(const UFMODAsset&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAsset); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAsset); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAsset) \
|
||||
NO_API virtual ~UFMODAsset();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODAsset."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODAsset>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,108 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/FMODAssetLookup.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODAssetLookup() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase();
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODAssetLookupRow();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODAssetLookupRow>() == std::is_polymorphic<FTableRowBase>(), "USTRUCT FFMODAssetLookupRow cannot be polymorphic unless super FTableRowBase is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODAssetLookupRow;
|
||||
class UScriptStruct* FFMODAssetLookupRow::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODAssetLookupRow, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODAssetLookupRow"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODAssetLookupRow>()
|
||||
{
|
||||
return FFMODAssetLookupRow::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_PackageName_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_PackageName;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetName_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetName;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/FMODAssetLookup.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODAssetLookupRow>();
|
||||
}
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|AssetLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODAssetLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName = { "PackageName", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FFMODAssetLookupRow, PackageName), METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|AssetLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODAssetLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName = { "AssetName", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FFMODAssetLookupRow, AssetName), METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName,
|
||||
};
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FTableRowBase,
|
||||
&NewStructOps,
|
||||
"FMODAssetLookupRow",
|
||||
sizeof(FFMODAssetLookupRow),
|
||||
alignof(FFMODAssetLookupRow),
|
||||
Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers,
|
||||
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000201),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODAssetLookupRow()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton, Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton;
|
||||
}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo[] = {
|
||||
{ FFMODAssetLookupRow::StaticStruct, Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewStructOps, TEXT("FMODAssetLookupRow"), &Z_Registration_Info_UScriptStruct_FMODAssetLookupRow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODAssetLookupRow), 4175772207U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_572381977(TEXT("/Script/FMODStudio"),
|
||||
nullptr, 0,
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,29 @@
|
||||
// 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 "FMODAssetLookup.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODAssetLookup_generated_h
|
||||
#error "FMODAssetLookup.generated.h already included, missing '#pragma once' in FMODAssetLookup.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODAssetLookup_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_12_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics; \
|
||||
static class UScriptStruct* StaticStruct(); \
|
||||
typedef FTableRowBase Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODAssetLookupRow>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,214 @@
|
||||
// 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 "FMODAudioComponent.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
class UFMODEvent;
|
||||
#ifdef FMODSTUDIO_FMODAudioComponent_generated_h
|
||||
#error "FMODAudioComponent.generated.h already included, missing '#pragma once' in FMODAudioComponent.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODAudioComponent_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_67_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODAttenuationDetails>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_90_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODOcclusionDetails>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_109_DELEGATE \
|
||||
static inline void FOnEventStopped_DelegateWrapper(const FMulticastScriptDelegate& OnEventStopped) \
|
||||
{ \
|
||||
OnEventStopped.ProcessMulticastDelegate<UObject>(NULL); \
|
||||
}
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_111_DELEGATE \
|
||||
static inline void FOnSoundStopped_DelegateWrapper(const FMulticastScriptDelegate& OnSoundStopped) \
|
||||
{ \
|
||||
OnSoundStopped.ProcessMulticastDelegate<UObject>(NULL); \
|
||||
}
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_113_DELEGATE \
|
||||
struct _Script_FMODStudio_eventOnTimelineMarker_Parms \
|
||||
{ \
|
||||
FString Name; \
|
||||
int32 Position; \
|
||||
}; \
|
||||
static inline void FOnTimelineMarker_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineMarker, const FString& Name, int32 Position) \
|
||||
{ \
|
||||
_Script_FMODStudio_eventOnTimelineMarker_Parms Parms; \
|
||||
Parms.Name=Name; \
|
||||
Parms.Position=Position; \
|
||||
OnTimelineMarker.ProcessMulticastDelegate<UObject>(&Parms); \
|
||||
}
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_116_DELEGATE \
|
||||
struct _Script_FMODStudio_eventOnTimelineBeat_Parms \
|
||||
{ \
|
||||
int32 Bar; \
|
||||
int32 Beat; \
|
||||
int32 Position; \
|
||||
float Tempo; \
|
||||
int32 TimeSignatureUpper; \
|
||||
int32 TimeSignatureLower; \
|
||||
}; \
|
||||
static inline void FOnTimelineBeat_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineBeat, int32 Bar, int32 Beat, int32 Position, float Tempo, int32 TimeSignatureUpper, int32 TimeSignatureLower) \
|
||||
{ \
|
||||
_Script_FMODStudio_eventOnTimelineBeat_Parms Parms; \
|
||||
Parms.Bar=Bar; \
|
||||
Parms.Beat=Beat; \
|
||||
Parms.Position=Position; \
|
||||
Parms.Tempo=Tempo; \
|
||||
Parms.TimeSignatureUpper=TimeSignatureUpper; \
|
||||
Parms.TimeSignatureLower=TimeSignatureLower; \
|
||||
OnTimelineBeat.ProcessMulticastDelegate<UObject>(&Parms); \
|
||||
}
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS \
|
||||
\
|
||||
DECLARE_FUNCTION(execSetProgrammerSoundName); \
|
||||
DECLARE_FUNCTION(execGetTimelinePosition); \
|
||||
DECLARE_FUNCTION(execSetTimelinePosition); \
|
||||
DECLARE_FUNCTION(execGetLength); \
|
||||
DECLARE_FUNCTION(execGetProperty); \
|
||||
DECLARE_FUNCTION(execSetProperty); \
|
||||
DECLARE_FUNCTION(execGetParameterValue); \
|
||||
DECLARE_FUNCTION(execGetParameter); \
|
||||
DECLARE_FUNCTION(execSetParameter); \
|
||||
DECLARE_FUNCTION(execSetPaused); \
|
||||
DECLARE_FUNCTION(execSetPitch); \
|
||||
DECLARE_FUNCTION(execSetVolume); \
|
||||
DECLARE_FUNCTION(execIsPlaying); \
|
||||
DECLARE_FUNCTION(execKeyOff); \
|
||||
DECLARE_FUNCTION(execRelease); \
|
||||
DECLARE_FUNCTION(execStop); \
|
||||
DECLARE_FUNCTION(execPlay); \
|
||||
DECLARE_FUNCTION(execSetEvent);
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
\
|
||||
DECLARE_FUNCTION(execSetProgrammerSoundName); \
|
||||
DECLARE_FUNCTION(execGetTimelinePosition); \
|
||||
DECLARE_FUNCTION(execSetTimelinePosition); \
|
||||
DECLARE_FUNCTION(execGetLength); \
|
||||
DECLARE_FUNCTION(execGetProperty); \
|
||||
DECLARE_FUNCTION(execSetProperty); \
|
||||
DECLARE_FUNCTION(execGetParameterValue); \
|
||||
DECLARE_FUNCTION(execGetParameter); \
|
||||
DECLARE_FUNCTION(execSetParameter); \
|
||||
DECLARE_FUNCTION(execSetPaused); \
|
||||
DECLARE_FUNCTION(execSetPitch); \
|
||||
DECLARE_FUNCTION(execSetVolume); \
|
||||
DECLARE_FUNCTION(execIsPlaying); \
|
||||
DECLARE_FUNCTION(execKeyOff); \
|
||||
DECLARE_FUNCTION(execRelease); \
|
||||
DECLARE_FUNCTION(execStop); \
|
||||
DECLARE_FUNCTION(execPlay); \
|
||||
DECLARE_FUNCTION(execSetEvent);
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAudioComponent(); \
|
||||
friend struct Z_Construct_UClass_UFMODAudioComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAudioComponent, USceneComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAudioComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAudioComponent(); \
|
||||
friend struct Z_Construct_UClass_UFMODAudioComponent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAudioComponent, USceneComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODAudioComponent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODAudioComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAudioComponent) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAudioComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAudioComponent); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAudioComponent(UFMODAudioComponent&&); \
|
||||
NO_API UFMODAudioComponent(const UFMODAudioComponent&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODAudioComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODAudioComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODAudioComponent(UFMODAudioComponent&&); \
|
||||
NO_API UFMODAudioComponent(const UFMODAudioComponent&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAudioComponent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAudioComponent); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAudioComponent) \
|
||||
NO_API virtual ~UFMODAudioComponent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_136_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODAudioComponent."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODAudioComponent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h
|
||||
|
||||
|
||||
#define FOREACH_ENUM_EFMODEVENTPROPERTY(op) \
|
||||
op(EFMODEventProperty::ChannelPriority) \
|
||||
op(EFMODEventProperty::ScheduleDelay) \
|
||||
op(EFMODEventProperty::ScheduleLookahead) \
|
||||
op(EFMODEventProperty::MinimumDistance) \
|
||||
op(EFMODEventProperty::MaximumDistance) \
|
||||
op(EFMODEventProperty::Count)
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODBank.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODBank() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBank();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBank_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODBank::StaticRegisterNativesUFMODBank()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBank);
|
||||
UClass* Z_Construct_UClass_UFMODBank_NoRegister()
|
||||
{
|
||||
return UFMODBank::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODBank_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODBank_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODAsset,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Bank Asset.\n */" },
|
||||
{ "IncludePath", "FMODBank.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODBank.h" },
|
||||
{ "ToolTip", "FMOD Bank Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBank_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODBank>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBank_Statics::ClassParams = {
|
||||
&UFMODBank::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODBank()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODBank.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBank.OuterSingleton, Z_Construct_UClass_UFMODBank_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODBank.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODBank>()
|
||||
{
|
||||
return UFMODBank::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBank);
|
||||
UFMODBank::~UFMODBank() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODBank, UFMODBank::StaticClass, TEXT("UFMODBank"), &Z_Registration_Info_UClass_UFMODBank, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBank), 3845519291U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_3192666480(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODBank.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODBank_generated_h
|
||||
#error "FMODBank.generated.h already included, missing '#pragma once' in FMODBank.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODBank_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBank(); \
|
||||
friend struct Z_Construct_UClass_UFMODBank_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBank, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBank)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBank(); \
|
||||
friend struct Z_Construct_UClass_UFMODBank_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBank, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBank)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBank(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBank) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBank); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBank); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBank(UFMODBank&&); \
|
||||
NO_API UFMODBank(const UFMODBank&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODBank();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBank(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBank(UFMODBank&&); \
|
||||
NO_API UFMODBank(const UFMODBank&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBank); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBank); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBank) \
|
||||
NO_API virtual ~UFMODBank();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_11_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODBank."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODBank>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,285 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/FMODBankLookup.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODBankLookup() {}
|
||||
// Cross Module References
|
||||
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||||
ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister();
|
||||
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBankLookup();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBankLookup_NoRegister();
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankRow();
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankTable();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODLocalizedBankRow>() == std::is_polymorphic<FTableRowBase>(), "USTRUCT FFMODLocalizedBankRow cannot be polymorphic unless super FTableRowBase is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow;
|
||||
class UScriptStruct* FFMODLocalizedBankRow::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODLocalizedBankRow, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODLocalizedBankRow"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODLocalizedBankRow>()
|
||||
{
|
||||
return FFMODLocalizedBankRow::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_Path_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_Path;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODLocalizedBankRow>();
|
||||
}
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path = { "Path", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FFMODLocalizedBankRow, Path), METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path,
|
||||
};
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FTableRowBase,
|
||||
&NewStructOps,
|
||||
"FMODLocalizedBankRow",
|
||||
sizeof(FFMODLocalizedBankRow),
|
||||
alignof(FFMODLocalizedBankRow),
|
||||
Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers,
|
||||
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000201),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankRow()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton, Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton;
|
||||
}
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODLocalizedBankTable>() == std::is_polymorphic<FTableRowBase>(), "USTRUCT FFMODLocalizedBankTable cannot be polymorphic unless super FTableRowBase is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable;
|
||||
class UScriptStruct* FFMODLocalizedBankTable::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODLocalizedBankTable, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODLocalizedBankTable"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODLocalizedBankTable>()
|
||||
{
|
||||
return FFMODLocalizedBankTable::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_Banks_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_Banks;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODLocalizedBankTable>();
|
||||
}
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks = { "Banks", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FFMODLocalizedBankTable, Banks), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks,
|
||||
};
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FTableRowBase,
|
||||
&NewStructOps,
|
||||
"FMODLocalizedBankTable",
|
||||
sizeof(FFMODLocalizedBankTable),
|
||||
alignof(FFMODLocalizedBankTable),
|
||||
Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers,
|
||||
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000201),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankTable()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton, Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton;
|
||||
}
|
||||
void UFMODBankLookup::StaticRegisterNativesUFMODBankLookup()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBankLookup);
|
||||
UClass* Z_Construct_UClass_UFMODBankLookup_NoRegister()
|
||||
{
|
||||
return UFMODBankLookup::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODBankLookup_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_DataTable_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_DataTable;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterBankPath_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_MasterBankPath;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterAssetsBankPath_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_MasterAssetsBankPath;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterStringsBankPath_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStrPropertyParams NewProp_MasterStringsBankPath;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODBankLookup_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UObject,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams[] = {
|
||||
{ "IncludePath", "FMODBankLookup.h" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable = { "DataTable", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODBankLookup, DataTable), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath = { "MasterBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODBankLookup, MasterBankPath), METADATA_PARAMS(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath = { "MasterAssetsBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODBankLookup, MasterAssetsBankPath), METADATA_PARAMS(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData)) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData[] = {
|
||||
{ "Category", "FMOD|Internal|BankLookup" },
|
||||
{ "ModuleRelativePath", "Private/FMODBankLookup.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath = { "MasterStringsBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODBankLookup, MasterStringsBankPath), METADATA_PARAMS(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBankLookup_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODBankLookup>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBankLookup_Statics::ClassParams = {
|
||||
&UFMODBankLookup::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers),
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODBankLookup()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton, Z_Construct_UClass_UFMODBankLookup_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODBankLookup>()
|
||||
{
|
||||
return UFMODBankLookup::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBankLookup);
|
||||
UFMODBankLookup::~UFMODBankLookup() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo[] = {
|
||||
{ FFMODLocalizedBankRow::StaticStruct, Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewStructOps, TEXT("FMODLocalizedBankRow"), &Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODLocalizedBankRow), 3985305933U) },
|
||||
{ FFMODLocalizedBankTable::StaticStruct, Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewStructOps, TEXT("FMODLocalizedBankTable"), &Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODLocalizedBankTable), 3225716868U) },
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODBankLookup, UFMODBankLookup::StaticClass, TEXT("UFMODBankLookup"), &Z_Registration_Info_UClass_UFMODBankLookup, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBankLookup), 3645324818U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_2820965369(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,114 @@
|
||||
// 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 "FMODBankLookup.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODBankLookup_generated_h
|
||||
#error "FMODBankLookup.generated.h already included, missing '#pragma once' in FMODBankLookup.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODBankLookup_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_12_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics; \
|
||||
static class UScriptStruct* StaticStruct(); \
|
||||
typedef FTableRowBase Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODLocalizedBankRow>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_20_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics; \
|
||||
static class UScriptStruct* StaticStruct(); \
|
||||
typedef FTableRowBase Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODLocalizedBankTable>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBankLookup(); \
|
||||
friend struct Z_Construct_UClass_UFMODBankLookup_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBankLookup, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBankLookup)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBankLookup(); \
|
||||
friend struct Z_Construct_UClass_UFMODBankLookup_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBankLookup, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBankLookup)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBankLookup(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBankLookup) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBankLookup); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBankLookup); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBankLookup(UFMODBankLookup&&); \
|
||||
NO_API UFMODBankLookup(const UFMODBankLookup&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODBankLookup();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBankLookup(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBankLookup(UFMODBankLookup&&); \
|
||||
NO_API UFMODBankLookup(const UFMODBankLookup&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBankLookup); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBankLookup); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBankLookup) \
|
||||
NO_API virtual ~UFMODBankLookup();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_25_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODBankLookup."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODBankLookup>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,203 @@
|
||||
// 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 "FMODBlueprintStatics.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
class UFMODAsset;
|
||||
class UFMODAudioComponent;
|
||||
class UFMODBank;
|
||||
class UFMODBus;
|
||||
class UFMODEvent;
|
||||
class UFMODVCA;
|
||||
class UObject;
|
||||
class USceneComponent;
|
||||
struct FFMODEventInstance;
|
||||
#ifdef FMODSTUDIO_FMODBlueprintStatics_generated_h
|
||||
#error "FMODBlueprintStatics.generated.h already included, missing '#pragma once' in FMODBlueprintStatics.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODBlueprintStatics_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_28_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODEventInstance_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODEventInstance>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS \
|
||||
\
|
||||
DECLARE_FUNCTION(execSetLocale); \
|
||||
DECLARE_FUNCTION(execMixerResume); \
|
||||
DECLARE_FUNCTION(execMixerSuspend); \
|
||||
DECLARE_FUNCTION(execSetOutputDriverByIndex); \
|
||||
DECLARE_FUNCTION(execSetOutputDriverByName); \
|
||||
DECLARE_FUNCTION(execGetOutputDrivers); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetTransform); \
|
||||
DECLARE_FUNCTION(execEventInstanceKeyOff); \
|
||||
DECLARE_FUNCTION(execEventInstanceRelease); \
|
||||
DECLARE_FUNCTION(execEventInstanceStop); \
|
||||
DECLARE_FUNCTION(execEventInstancePlay); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetProperty); \
|
||||
DECLARE_FUNCTION(execEventInstanceGetParameterValue); \
|
||||
DECLARE_FUNCTION(execEventInstanceGetParameter); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetParameter); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetPaused); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetPitch); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetVolume); \
|
||||
DECLARE_FUNCTION(execEventInstanceIsValid); \
|
||||
DECLARE_FUNCTION(execGetGlobalParameterValueByName); \
|
||||
DECLARE_FUNCTION(execGetGlobalParameterByName); \
|
||||
DECLARE_FUNCTION(execSetGlobalParameterByName); \
|
||||
DECLARE_FUNCTION(execVCASetVolume); \
|
||||
DECLARE_FUNCTION(execBusStopAllEvents); \
|
||||
DECLARE_FUNCTION(execBusSetMute); \
|
||||
DECLARE_FUNCTION(execBusSetPaused); \
|
||||
DECLARE_FUNCTION(execBusSetVolume); \
|
||||
DECLARE_FUNCTION(execFindEventInstances); \
|
||||
DECLARE_FUNCTION(execUnloadEventSampleData); \
|
||||
DECLARE_FUNCTION(execLoadEventSampleData); \
|
||||
DECLARE_FUNCTION(execUnloadBankSampleData); \
|
||||
DECLARE_FUNCTION(execLoadBankSampleData); \
|
||||
DECLARE_FUNCTION(execIsBankLoaded); \
|
||||
DECLARE_FUNCTION(execUnloadBank); \
|
||||
DECLARE_FUNCTION(execLoadBank); \
|
||||
DECLARE_FUNCTION(execFindEventByName); \
|
||||
DECLARE_FUNCTION(execFindAssetByName); \
|
||||
DECLARE_FUNCTION(execPlayEventAttached); \
|
||||
DECLARE_FUNCTION(execPlayEventAtLocation); \
|
||||
DECLARE_FUNCTION(execPlayEvent2D);
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
\
|
||||
DECLARE_FUNCTION(execSetLocale); \
|
||||
DECLARE_FUNCTION(execMixerResume); \
|
||||
DECLARE_FUNCTION(execMixerSuspend); \
|
||||
DECLARE_FUNCTION(execSetOutputDriverByIndex); \
|
||||
DECLARE_FUNCTION(execSetOutputDriverByName); \
|
||||
DECLARE_FUNCTION(execGetOutputDrivers); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetTransform); \
|
||||
DECLARE_FUNCTION(execEventInstanceKeyOff); \
|
||||
DECLARE_FUNCTION(execEventInstanceRelease); \
|
||||
DECLARE_FUNCTION(execEventInstanceStop); \
|
||||
DECLARE_FUNCTION(execEventInstancePlay); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetProperty); \
|
||||
DECLARE_FUNCTION(execEventInstanceGetParameterValue); \
|
||||
DECLARE_FUNCTION(execEventInstanceGetParameter); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetParameter); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetPaused); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetPitch); \
|
||||
DECLARE_FUNCTION(execEventInstanceSetVolume); \
|
||||
DECLARE_FUNCTION(execEventInstanceIsValid); \
|
||||
DECLARE_FUNCTION(execGetGlobalParameterValueByName); \
|
||||
DECLARE_FUNCTION(execGetGlobalParameterByName); \
|
||||
DECLARE_FUNCTION(execSetGlobalParameterByName); \
|
||||
DECLARE_FUNCTION(execVCASetVolume); \
|
||||
DECLARE_FUNCTION(execBusStopAllEvents); \
|
||||
DECLARE_FUNCTION(execBusSetMute); \
|
||||
DECLARE_FUNCTION(execBusSetPaused); \
|
||||
DECLARE_FUNCTION(execBusSetVolume); \
|
||||
DECLARE_FUNCTION(execFindEventInstances); \
|
||||
DECLARE_FUNCTION(execUnloadEventSampleData); \
|
||||
DECLARE_FUNCTION(execLoadEventSampleData); \
|
||||
DECLARE_FUNCTION(execUnloadBankSampleData); \
|
||||
DECLARE_FUNCTION(execLoadBankSampleData); \
|
||||
DECLARE_FUNCTION(execIsBankLoaded); \
|
||||
DECLARE_FUNCTION(execUnloadBank); \
|
||||
DECLARE_FUNCTION(execLoadBank); \
|
||||
DECLARE_FUNCTION(execFindEventByName); \
|
||||
DECLARE_FUNCTION(execFindAssetByName); \
|
||||
DECLARE_FUNCTION(execPlayEventAttached); \
|
||||
DECLARE_FUNCTION(execPlayEventAtLocation); \
|
||||
DECLARE_FUNCTION(execPlayEvent2D);
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBlueprintStatics(); \
|
||||
friend struct Z_Construct_UClass_UFMODBlueprintStatics_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBlueprintStatics, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBlueprintStatics)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBlueprintStatics(); \
|
||||
friend struct Z_Construct_UClass_UFMODBlueprintStatics_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBlueprintStatics, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBlueprintStatics)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBlueprintStatics(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBlueprintStatics) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBlueprintStatics); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBlueprintStatics); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBlueprintStatics(UFMODBlueprintStatics&&); \
|
||||
NO_API UFMODBlueprintStatics(const UFMODBlueprintStatics&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODBlueprintStatics();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBlueprintStatics(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBlueprintStatics(UFMODBlueprintStatics&&); \
|
||||
NO_API UFMODBlueprintStatics(const UFMODBlueprintStatics&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBlueprintStatics); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBlueprintStatics); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBlueprintStatics) \
|
||||
NO_API virtual ~UFMODBlueprintStatics();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_40_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODBlueprintStatics."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODBlueprintStatics>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h
|
||||
|
||||
|
||||
#define FOREACH_ENUM_EFMOD_STUDIO_STOP_MODE(op) \
|
||||
op(ALLOWFADEOUT) \
|
||||
op(IMMEDIATE)
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODBus.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODBus() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBus();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBus_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODBus::StaticRegisterNativesUFMODBus()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBus);
|
||||
UClass* Z_Construct_UClass_UFMODBus_NoRegister()
|
||||
{
|
||||
return UFMODBus::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODBus_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODBus_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODAsset,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Bus Asset.\n */" },
|
||||
{ "IncludePath", "FMODBus.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODBus.h" },
|
||||
{ "ToolTip", "FMOD Bus Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBus_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODBus>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBus_Statics::ClassParams = {
|
||||
&UFMODBus::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODBus()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODBus.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBus.OuterSingleton, Z_Construct_UClass_UFMODBus_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODBus.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODBus>()
|
||||
{
|
||||
return UFMODBus::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBus);
|
||||
UFMODBus::~UFMODBus() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODBus, UFMODBus::StaticClass, TEXT("UFMODBus"), &Z_Registration_Info_UClass_UFMODBus, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBus), 350164936U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_3277400314(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODBus.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODBus_generated_h
|
||||
#error "FMODBus.generated.h already included, missing '#pragma once' in FMODBus.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODBus_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBus(); \
|
||||
friend struct Z_Construct_UClass_UFMODBus_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBus, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBus)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODBus(); \
|
||||
friend struct Z_Construct_UClass_UFMODBus_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODBus, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODBus)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBus(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBus) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBus); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBus); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBus(UFMODBus&&); \
|
||||
NO_API UFMODBus(const UFMODBus&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODBus();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODBus(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODBus(UFMODBus&&); \
|
||||
NO_API UFMODBus(const UFMODBus&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBus); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBus); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBus) \
|
||||
NO_API virtual ~UFMODBus();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_11_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODBus."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODBus>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODEvent.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEvent() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODEvent::StaticRegisterNativesUFMODEvent()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEvent);
|
||||
UClass* Z_Construct_UClass_UFMODEvent_NoRegister()
|
||||
{
|
||||
return UFMODEvent::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODEvent_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODEvent_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODAsset,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Event Asset.\n */" },
|
||||
{ "IncludePath", "FMODEvent.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODEvent.h" },
|
||||
{ "ToolTip", "FMOD Event Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEvent_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODEvent>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEvent_Statics::ClassParams = {
|
||||
&UFMODEvent::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODEvent()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODEvent.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEvent.OuterSingleton, Z_Construct_UClass_UFMODEvent_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODEvent.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODEvent>()
|
||||
{
|
||||
return UFMODEvent::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEvent);
|
||||
UFMODEvent::~UFMODEvent() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODEvent, UFMODEvent::StaticClass, TEXT("UFMODEvent"), &Z_Registration_Info_UClass_UFMODEvent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEvent), 3073573024U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_3929211146(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODEvent.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEvent_generated_h
|
||||
#error "FMODEvent.generated.h already included, missing '#pragma once' in FMODEvent.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEvent_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEvent(); \
|
||||
friend struct Z_Construct_UClass_UFMODEvent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEvent, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEvent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEvent(); \
|
||||
friend struct Z_Construct_UClass_UFMODEvent_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEvent, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEvent)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODEvent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEvent) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODEvent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEvent); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODEvent(UFMODEvent&&); \
|
||||
NO_API UFMODEvent(const UFMODEvent&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODEvent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODEvent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODEvent(UFMODEvent&&); \
|
||||
NO_API UFMODEvent(const UFMODEvent&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODEvent); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEvent); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEvent) \
|
||||
NO_API virtual ~UFMODEvent();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_13_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODEvent."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODEvent>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,224 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventControlSection.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEventControlSection() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlSection();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlSection_NoRegister();
|
||||
FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventControlKey();
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection();
|
||||
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneByteChannel();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODEventControlKey;
|
||||
static UEnum* EFMODEventControlKey_StaticEnum()
|
||||
{
|
||||
if (!Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey, Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODEventControlKey"));
|
||||
}
|
||||
return Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UEnum* StaticEnum<EFMODEventControlKey>()
|
||||
{
|
||||
return EFMODEventControlKey_StaticEnum();
|
||||
}
|
||||
struct Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics
|
||||
{
|
||||
static const UECodeGen_Private::FEnumeratorParam Enumerators[];
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FEnumParams EnumParams;
|
||||
};
|
||||
const UECodeGen_Private::FEnumeratorParam Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enumerators[] = {
|
||||
{ "EFMODEventControlKey::Stop", (int64)EFMODEventControlKey::Stop },
|
||||
{ "EFMODEventControlKey::Play", (int64)EFMODEventControlKey::Play },
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams[] = {
|
||||
{ "Comment", "/** Defines the types of FMOD event control keys. */" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" },
|
||||
{ "Play.Name", "EFMODEventControlKey::Play" },
|
||||
{ "Stop.Name", "EFMODEventControlKey::Stop" },
|
||||
{ "ToolTip", "Defines the types of FMOD event control keys." },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::EnumParams = {
|
||||
(UObject*(*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
nullptr,
|
||||
"EFMODEventControlKey",
|
||||
"EFMODEventControlKey",
|
||||
Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enumerators,
|
||||
UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enumerators),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EEnumFlags::None,
|
||||
(uint8)UEnum::ECppForm::EnumClass,
|
||||
METADATA_PARAMS(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams))
|
||||
};
|
||||
UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventControlKey()
|
||||
{
|
||||
if (!Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::EnumParams);
|
||||
}
|
||||
return Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton;
|
||||
}
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODEventControlChannel>() == std::is_polymorphic<FMovieSceneByteChannel>(), "USTRUCT FFMODEventControlChannel cannot be polymorphic unless super FMovieSceneByteChannel is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventControlChannel;
|
||||
class UScriptStruct* FFMODEventControlChannel::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventControlChannel, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventControlChannel"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODEventControlChannel>()
|
||||
{
|
||||
return FFMODEventControlChannel::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODEventControlChannel>();
|
||||
}
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FMovieSceneByteChannel,
|
||||
&NewStructOps,
|
||||
"FMODEventControlChannel",
|
||||
sizeof(FFMODEventControlChannel),
|
||||
alignof(FFMODEventControlChannel),
|
||||
nullptr,
|
||||
0,
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000001),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton;
|
||||
}
|
||||
void UFMODEventControlSection::StaticRegisterNativesUFMODEventControlSection()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventControlSection);
|
||||
UClass* Z_Construct_UClass_UFMODEventControlSection_NoRegister()
|
||||
{
|
||||
return UFMODEventControlSection::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODEventControlSection_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlKeys_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_ControlKeys;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODEventControlSection_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UMovieSceneSection,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/** FMOD Event control section */" },
|
||||
{ "IncludePath", "Sequencer/FMODEventControlSection.h" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" },
|
||||
{ "ToolTip", "FMOD Event control section" },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData[] = {
|
||||
{ "Comment", "/** Channel containing the event control keys */" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" },
|
||||
{ "ToolTip", "Channel containing the event control keys" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys = { "ControlKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODEventControlSection, ControlKeys), Z_Construct_UScriptStruct_FFMODEventControlChannel, METADATA_PARAMS(Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData)) }; // 2271255647
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventControlSection_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODEventControlSection>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventControlSection_Statics::ClassParams = {
|
||||
&UFMODEventControlSection::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers),
|
||||
0,
|
||||
0x002800A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODEventControlSection()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton, Z_Construct_UClass_UFMODEventControlSection_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODEventControlSection>()
|
||||
{
|
||||
return UFMODEventControlSection::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventControlSection);
|
||||
UFMODEventControlSection::~UFMODEventControlSection() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics
|
||||
{
|
||||
static const FEnumRegisterCompiledInInfo EnumInfo[];
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo[] = {
|
||||
{ EFMODEventControlKey_StaticEnum, TEXT("EFMODEventControlKey"), &Z_Registration_Info_UEnum_EFMODEventControlKey, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1142123279U) },
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo[] = {
|
||||
{ FFMODEventControlChannel::StaticStruct, Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::NewStructOps, TEXT("FMODEventControlChannel"), &Z_Registration_Info_UScriptStruct_FMODEventControlChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventControlChannel), 2271255647U) },
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODEventControlSection, UFMODEventControlSection::StaticClass, TEXT("UFMODEventControlSection"), &Z_Registration_Info_UClass_UFMODEventControlSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventControlSection), 1265794109U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_1746993380(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo));
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,114 @@
|
||||
// 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 "Sequencer/FMODEventControlSection.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEventControlSection_generated_h
|
||||
#error "FMODEventControlSection.generated.h already included, missing '#pragma once' in FMODEventControlSection.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEventControlSection_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_24_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \
|
||||
typedef FMovieSceneByteChannel Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODEventControlChannel>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventControlSection(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventControlSection_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventControlSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventControlSection)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventControlSection(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventControlSection_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventControlSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventControlSection)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventControlSection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlSection) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlSection); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlSection); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventControlSection(UFMODEventControlSection&&); \
|
||||
FMODSTUDIO_API UFMODEventControlSection(const UFMODEventControlSection&); \
|
||||
public: \
|
||||
FMODSTUDIO_API virtual ~UFMODEventControlSection();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventControlSection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventControlSection(UFMODEventControlSection&&); \
|
||||
FMODSTUDIO_API UFMODEventControlSection(const UFMODEventControlSection&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlSection); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlSection); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlSection) \
|
||||
FMODSTUDIO_API virtual ~UFMODEventControlSection();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_49_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_52_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODEventControlSection."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODEventControlSection>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h
|
||||
|
||||
|
||||
#define FOREACH_ENUM_EFMODEVENTCONTROLKEY(op) \
|
||||
op(EFMODEventControlKey::Stop) \
|
||||
op(EFMODEventControlKey::Play)
|
||||
|
||||
enum class EFMODEventControlKey : uint8;
|
||||
template<> struct TIsUEnumClass<EFMODEventControlKey> { enum { Value = true }; };
|
||||
template<> FMODSTUDIO_API UEnum* StaticEnum<EFMODEventControlKey>();
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,97 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventControlSection.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEventControlSectionTemplate() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel();
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate();
|
||||
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODEventControlSectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FFMODEventControlSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate;
|
||||
class UScriptStruct* FFMODEventControlSectionTemplate::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventControlSectionTemplate"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODEventControlSectionTemplate>()
|
||||
{
|
||||
return FFMODEventControlSectionTemplate::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlKeys_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_ControlKeys;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSectionTemplate.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODEventControlSectionTemplate>();
|
||||
}
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData[] = {
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlSectionTemplate.h" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys = { "ControlKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(FFMODEventControlSectionTemplate, ControlKeys), Z_Construct_UScriptStruct_FFMODEventControlChannel, METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData)) }; // 2271255647
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys,
|
||||
};
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
|
||||
&NewStructOps,
|
||||
"FMODEventControlSectionTemplate",
|
||||
sizeof(FFMODEventControlSectionTemplate),
|
||||
alignof(FFMODEventControlSectionTemplate),
|
||||
Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers,
|
||||
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers),
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000005),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton;
|
||||
}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo[] = {
|
||||
{ FFMODEventControlSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewStructOps, TEXT("FMODEventControlSectionTemplate"), &Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventControlSectionTemplate), 468025200U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_3165274317(TEXT("/Script/FMODStudio"),
|
||||
nullptr, 0,
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,29 @@
|
||||
// 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 "Sequencer/FMODEventControlSectionTemplate.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEventControlSectionTemplate_generated_h
|
||||
#error "FMODEventControlSectionTemplate.generated.h already included, missing '#pragma once' in FMODEventControlSectionTemplate.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEventControlSectionTemplate_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_14_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \
|
||||
typedef FMovieSceneEvalTemplate Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODEventControlSectionTemplate>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,115 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventControlTrack.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEventControlTrack() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlTrack();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlTrack_NoRegister();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODEventControlTrack::StaticRegisterNativesUFMODEventControlTrack()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventControlTrack);
|
||||
UClass* Z_Construct_UClass_UFMODEventControlTrack_NoRegister()
|
||||
{
|
||||
return UFMODEventControlTrack::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODEventControlTrack_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_ControlSections_Inner;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlSections_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FArrayPropertyParams NewProp_ControlSections;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODEventControlTrack_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/** Handles control of an FMOD Event */" },
|
||||
{ "IncludePath", "Sequencer/FMODEventControlTrack.h" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlTrack.h" },
|
||||
{ "ToolTip", "Handles control of an FMOD Event" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_Inner = { "ControlSections", nullptr, (EPropertyFlags)0x0000000000080008, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(nullptr, 0) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData[] = {
|
||||
{ "Comment", "/** List of all event control sections. */" },
|
||||
{ "EditInline", "true" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventControlTrack.h" },
|
||||
{ "ToolTip", "List of all event control sections." },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections = { "ControlSections", nullptr, (EPropertyFlags)0x0040008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODEventControlTrack, ControlSections), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_Inner,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections,
|
||||
};
|
||||
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UFMODEventControlTrack_Statics::InterfaceParams[] = {
|
||||
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UFMODEventControlTrack, IMovieSceneTrackTemplateProducer), false }, // 2931163055
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventControlTrack_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODEventControlTrack>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventControlTrack_Statics::ClassParams = {
|
||||
&UFMODEventControlTrack::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers,
|
||||
InterfaceParams,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers),
|
||||
UE_ARRAY_COUNT(InterfaceParams),
|
||||
0x00A800A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODEventControlTrack()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton, Z_Construct_UClass_UFMODEventControlTrack_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODEventControlTrack>()
|
||||
{
|
||||
return UFMODEventControlTrack::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventControlTrack);
|
||||
UFMODEventControlTrack::~UFMODEventControlTrack() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODEventControlTrack, UFMODEventControlTrack::StaticClass, TEXT("UFMODEventControlTrack"), &Z_Registration_Info_UClass_UFMODEventControlTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventControlTrack), 2993231779U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_1356059662(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,100 @@
|
||||
// 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 "Sequencer/FMODEventControlTrack.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEventControlTrack_generated_h
|
||||
#error "FMODEventControlTrack.generated.h already included, missing '#pragma once' in FMODEventControlTrack.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEventControlTrack_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventControlTrack(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventControlTrack_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventControlTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventControlTrack) \
|
||||
virtual UObject* _getUObject() const override { return const_cast<UFMODEventControlTrack*>(this); }
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventControlTrack(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventControlTrack_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventControlTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventControlTrack) \
|
||||
virtual UObject* _getUObject() const override { return const_cast<UFMODEventControlTrack*>(this); }
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlTrack) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlTrack); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlTrack); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(UFMODEventControlTrack&&); \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(const UFMODEventControlTrack&); \
|
||||
public: \
|
||||
FMODSTUDIO_API virtual ~UFMODEventControlTrack();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(UFMODEventControlTrack&&); \
|
||||
FMODSTUDIO_API UFMODEventControlTrack(const UFMODEventControlTrack&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlTrack); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlTrack); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlTrack) \
|
||||
FMODSTUDIO_API virtual ~UFMODEventControlTrack();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODEventControlTrack."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODEventControlTrack>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,81 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEventParameterSectionTemplate() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate();
|
||||
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneParameterSectionTemplate();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
|
||||
static_assert(std::is_polymorphic<FFMODEventParameterSectionTemplate>() == std::is_polymorphic<FMovieSceneParameterSectionTemplate>(), "USTRUCT FFMODEventParameterSectionTemplate cannot be polymorphic unless super FMovieSceneParameterSectionTemplate is polymorphic");
|
||||
|
||||
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate;
|
||||
class UScriptStruct* FFMODEventParameterSectionTemplate::StaticStruct()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton)
|
||||
{
|
||||
Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate, Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventParameterSectionTemplate"));
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<FFMODEventParameterSectionTemplate>()
|
||||
{
|
||||
return FFMODEventParameterSectionTemplate::StaticStruct();
|
||||
}
|
||||
struct Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics
|
||||
{
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
|
||||
#endif
|
||||
static void* NewStructOps();
|
||||
static const UECodeGen_Private::FStructParams ReturnStructParams;
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams[] = {
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventParameterSectionTemplate.h" },
|
||||
};
|
||||
#endif
|
||||
void* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::NewStructOps()
|
||||
{
|
||||
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFMODEventParameterSectionTemplate>();
|
||||
}
|
||||
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::ReturnStructParams = {
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
Z_Construct_UScriptStruct_FMovieSceneParameterSectionTemplate,
|
||||
&NewStructOps,
|
||||
"FMODEventParameterSectionTemplate",
|
||||
sizeof(FFMODEventParameterSectionTemplate),
|
||||
alignof(FFMODEventParameterSectionTemplate),
|
||||
nullptr,
|
||||
0,
|
||||
RF_Public|RF_Transient|RF_MarkAsNative,
|
||||
EStructFlags(0x00000005),
|
||||
METADATA_PARAMS(Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams))
|
||||
};
|
||||
UScriptStruct* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate()
|
||||
{
|
||||
if (!Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::ReturnStructParams);
|
||||
}
|
||||
return Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton;
|
||||
}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics
|
||||
{
|
||||
static const FStructRegisterCompiledInInfo ScriptStructInfo[];
|
||||
};
|
||||
const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo[] = {
|
||||
{ FFMODEventParameterSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::NewStructOps, TEXT("FMODEventParameterSectionTemplate"), &Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventParameterSectionTemplate), 756584525U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_3502384584(TEXT("/Script/FMODStudio"),
|
||||
nullptr, 0,
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo),
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,29 @@
|
||||
// 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 "Sequencer/FMODEventParameterSectionTemplate.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEventParameterSectionTemplate_generated_h
|
||||
#error "FMODEventParameterSectionTemplate.generated.h already included, missing '#pragma once' in FMODEventParameterSectionTemplate.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEventParameterSectionTemplate_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_15_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \
|
||||
typedef FMovieSceneParameterSectionTemplate Super;
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODEventParameterSectionTemplate>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,115 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Private/Sequencer/FMODEventParameterTrack.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODEventParameterTrack() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventParameterTrack();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventParameterTrack_NoRegister();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
|
||||
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODEventParameterTrack::StaticRegisterNativesUFMODEventParameterTrack()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventParameterTrack);
|
||||
UClass* Z_Construct_UClass_UFMODEventParameterTrack_NoRegister()
|
||||
{
|
||||
return UFMODEventParameterTrack::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODEventParameterTrack_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FObjectPropertyParams NewProp_Sections_Inner;
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_Sections_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FArrayPropertyParams NewProp_Sections;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODEventParameterTrack_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/** Handles manipulation of event parameters in a movie scene. */" },
|
||||
{ "IncludePath", "Sequencer/FMODEventParameterTrack.h" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventParameterTrack.h" },
|
||||
{ "ToolTip", "Handles manipulation of event parameters in a movie scene." },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_Inner = { "Sections", nullptr, (EPropertyFlags)0x0000000000080008, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(nullptr, 0) };
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData[] = {
|
||||
{ "Comment", "/** The sections owned by this track. */" },
|
||||
{ "EditInline", "true" },
|
||||
{ "ModuleRelativePath", "Private/Sequencer/FMODEventParameterTrack.h" },
|
||||
{ "ToolTip", "The sections owned by this track." },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections = { "Sections", nullptr, (EPropertyFlags)0x0040008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODEventParameterTrack, Sections), EArrayPropertyFlags::None, METADATA_PARAMS(Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_Inner,
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections,
|
||||
};
|
||||
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::InterfaceParams[] = {
|
||||
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UFMODEventParameterTrack, IMovieSceneTrackTemplateProducer), false }, // 2931163055
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventParameterTrack_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODEventParameterTrack>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::ClassParams = {
|
||||
&UFMODEventParameterTrack::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers,
|
||||
InterfaceParams,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers),
|
||||
UE_ARRAY_COUNT(InterfaceParams),
|
||||
0x00A800A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODEventParameterTrack()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton, Z_Construct_UClass_UFMODEventParameterTrack_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODEventParameterTrack>()
|
||||
{
|
||||
return UFMODEventParameterTrack::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventParameterTrack);
|
||||
UFMODEventParameterTrack::~UFMODEventParameterTrack() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODEventParameterTrack, UFMODEventParameterTrack::StaticClass, TEXT("UFMODEventParameterTrack"), &Z_Registration_Info_UClass_UFMODEventParameterTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventParameterTrack), 2178871856U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_3466804172(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,100 @@
|
||||
// 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 "Sequencer/FMODEventParameterTrack.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODEventParameterTrack_generated_h
|
||||
#error "FMODEventParameterTrack.generated.h already included, missing '#pragma once' in FMODEventParameterTrack.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODEventParameterTrack_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventParameterTrack(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventParameterTrack_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventParameterTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventParameterTrack) \
|
||||
virtual UObject* _getUObject() const override { return const_cast<UFMODEventParameterTrack*>(this); }
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODEventParameterTrack(); \
|
||||
friend struct Z_Construct_UClass_UFMODEventParameterTrack_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODEventParameterTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \
|
||||
DECLARE_SERIALIZER(UFMODEventParameterTrack) \
|
||||
virtual UObject* _getUObject() const override { return const_cast<UFMODEventParameterTrack*>(this); }
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventParameterTrack) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventParameterTrack); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventParameterTrack); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(UFMODEventParameterTrack&&); \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(const UFMODEventParameterTrack&); \
|
||||
public: \
|
||||
FMODSTUDIO_API virtual ~UFMODEventParameterTrack();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(UFMODEventParameterTrack&&); \
|
||||
FMODSTUDIO_API UFMODEventParameterTrack(const UFMODEventParameterTrack&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventParameterTrack); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventParameterTrack); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventParameterTrack) \
|
||||
FMODSTUDIO_API virtual ~UFMODEventParameterTrack();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_13_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODEventParameterTrack."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODEventParameterTrack>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODPort.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODPort() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODPort();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODPort_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODPort::StaticRegisterNativesUFMODPort()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODPort);
|
||||
UClass* Z_Construct_UClass_UFMODPort_NoRegister()
|
||||
{
|
||||
return UFMODPort::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODPort_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODPort_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODAsset,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Port Asset.\n */" },
|
||||
{ "IncludePath", "FMODPort.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODPort.h" },
|
||||
{ "ToolTip", "FMOD Port Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODPort_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODPort>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODPort_Statics::ClassParams = {
|
||||
&UFMODPort::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODPort()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODPort.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODPort.OuterSingleton, Z_Construct_UClass_UFMODPort_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODPort.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODPort>()
|
||||
{
|
||||
return UFMODPort::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODPort);
|
||||
UFMODPort::~UFMODPort() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODPort, UFMODPort::StaticClass, TEXT("UFMODPort"), &Z_Registration_Info_UClass_UFMODPort, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODPort), 322109676U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_3542105293(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODPort.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODPort_generated_h
|
||||
#error "FMODPort.generated.h already included, missing '#pragma once' in FMODPort.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODPort_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODPort(); \
|
||||
friend struct Z_Construct_UClass_UFMODPort_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODPort, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODPort)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODPort(); \
|
||||
friend struct Z_Construct_UClass_UFMODPort_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODPort, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODPort)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODPort(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODPort) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODPort); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODPort); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODPort(UFMODPort&&); \
|
||||
NO_API UFMODPort(const UFMODPort&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODPort();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODPort(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODPort(UFMODPort&&); \
|
||||
NO_API UFMODPort(const UFMODPort&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODPort); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODPort); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODPort) \
|
||||
NO_API virtual ~UFMODPort();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_11_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODPort."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODPort>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,167 @@
|
||||
// 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 "FMODSettings.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODSettings_generated_h
|
||||
#error "FMODSettings.generated.h already included, missing '#pragma once' in FMODSettings.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODSettings_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_110_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FCustomPoolSizes_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FCustomPoolSizes>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_138_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODPlatformSettings>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_180_GENERATED_BODY \
|
||||
friend struct Z_Construct_UScriptStruct_FFMODProjectLocale_Statics; \
|
||||
FMODSTUDIO_API static class UScriptStruct* StaticStruct();
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UScriptStruct* StaticStruct<struct FFMODProjectLocale>();
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSettings(); \
|
||||
friend struct Z_Construct_UClass_UFMODSettings_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSettings) \
|
||||
static const TCHAR* StaticConfigName() {return TEXT("Engine");} \
|
||||
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSettings(); \
|
||||
friend struct Z_Construct_UClass_UFMODSettings_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSettings) \
|
||||
static const TCHAR* StaticConfigName() {return TEXT("Engine");} \
|
||||
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSettings) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSettings); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSettings); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSettings(UFMODSettings&&); \
|
||||
NO_API UFMODSettings(const UFMODSettings&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODSettings();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSettings(UFMODSettings&&); \
|
||||
NO_API UFMODSettings(const UFMODSettings&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSettings); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSettings); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSettings) \
|
||||
NO_API virtual ~UFMODSettings();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_201_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODSettings."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODSettings>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h
|
||||
|
||||
|
||||
#define FOREACH_ENUM_EFMODLOGGING(op) \
|
||||
op(LEVEL_NONE) \
|
||||
op(LEVEL_ERROR) \
|
||||
op(LEVEL_WARNING) \
|
||||
op(LEVEL_LOG)
|
||||
#define FOREACH_ENUM_EFMODSPEAKERMODE(op) \
|
||||
op(EFMODSpeakerMode::Stereo) \
|
||||
op(EFMODSpeakerMode::Surround_5_1) \
|
||||
op(EFMODSpeakerMode::Surround_7_1) \
|
||||
op(EFMODSpeakerMode::Surround_7_1_4)
|
||||
#define FOREACH_ENUM_EFMODOUTPUT(op) \
|
||||
op(EFMODOutput::TYPE_AUTODETECT) \
|
||||
op(EFMODOutput::TYPE_NOSOUND) \
|
||||
op(EFMODOutput::TYPE_WASAPI) \
|
||||
op(EFMODOutput::TYPE_ASIO) \
|
||||
op(EFMODOutput::TYPE_PULSEAUDIO) \
|
||||
op(EFMODOutput::TYPE_ALSA) \
|
||||
op(EFMODOutput::TYPE_COREAUDIO) \
|
||||
op(EFMODOutput::TYPE_AUDIOTRACK) \
|
||||
op(EFMODOutput::TYPE_OPENSL) \
|
||||
op(EFMODOutput::TYPE_AUDIOOUT) \
|
||||
op(EFMODOutput::TYPE_AUDIO3D) \
|
||||
op(EFMODOutput::TYPE_NNAUDIO) \
|
||||
op(EFMODOutput::TYPE_WINSONIC) \
|
||||
op(EFMODOutput::TYPE_AAUDIO)
|
||||
#define FOREACH_ENUM_EFMODPLATFORMS(op) \
|
||||
op(EFMODPlatforms::Windows) \
|
||||
op(EFMODPlatforms::Linux) \
|
||||
op(EFMODPlatforms::Mac) \
|
||||
op(EFMODPlatforms::Android) \
|
||||
op(EFMODPlatforms::IOS) \
|
||||
op(EFMODPlatforms::PS4) \
|
||||
op(EFMODPlatforms::PS5) \
|
||||
op(EFMODPlatforms::Deprecated) \
|
||||
op(EFMODPlatforms::Switch) \
|
||||
op(EFMODPlatforms::XboxOne) \
|
||||
op(EFMODPlatforms::XSX) \
|
||||
op(EFMODPlatforms::Editor)
|
||||
#define FOREACH_ENUM_EFMODCODEC(op) \
|
||||
op(EFMODCodec::VORBIS) \
|
||||
op(EFMODCodec::FADPCM) \
|
||||
op(EFMODCodec::OPUS) \
|
||||
op(EFMODCodec::XMA) \
|
||||
op(EFMODCodec::AT9)
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODSnapshot.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODSnapshot() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshot();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshot_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODSnapshot::StaticRegisterNativesUFMODSnapshot()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODSnapshot);
|
||||
UClass* Z_Construct_UClass_UFMODSnapshot_NoRegister()
|
||||
{
|
||||
return UFMODSnapshot::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODSnapshot_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODSnapshot_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODEvent,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Snapshot Asset.\n */" },
|
||||
{ "IncludePath", "FMODSnapshot.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODSnapshot.h" },
|
||||
{ "ToolTip", "FMOD Snapshot Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODSnapshot_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODSnapshot>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODSnapshot_Statics::ClassParams = {
|
||||
&UFMODSnapshot::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODSnapshot()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton, Z_Construct_UClass_UFMODSnapshot_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODSnapshot>()
|
||||
{
|
||||
return UFMODSnapshot::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODSnapshot);
|
||||
UFMODSnapshot::~UFMODSnapshot() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODSnapshot, UFMODSnapshot::StaticClass, TEXT("UFMODSnapshot"), &Z_Registration_Info_UClass_UFMODSnapshot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODSnapshot), 3818525821U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_651564472(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODSnapshot.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODSnapshot_generated_h
|
||||
#error "FMODSnapshot.generated.h already included, missing '#pragma once' in FMODSnapshot.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODSnapshot_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSnapshot(); \
|
||||
friend struct Z_Construct_UClass_UFMODSnapshot_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSnapshot, UFMODEvent, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSnapshot)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSnapshot(); \
|
||||
friend struct Z_Construct_UClass_UFMODSnapshot_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSnapshot, UFMODEvent, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSnapshot)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSnapshot(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshot) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshot); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshot); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSnapshot(UFMODSnapshot&&); \
|
||||
NO_API UFMODSnapshot(const UFMODSnapshot&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODSnapshot();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSnapshot(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSnapshot(UFMODSnapshot&&); \
|
||||
NO_API UFMODSnapshot(const UFMODSnapshot&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshot); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshot); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshot) \
|
||||
NO_API virtual ~UFMODSnapshot();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_11_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODSnapshot."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODSnapshot>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,107 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODSnapshotReverb.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODSnapshotReverb() {}
|
||||
// Cross Module References
|
||||
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||||
ENGINE_API UClass* Z_Construct_UClass_UReverbEffect();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshotReverb();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshotReverb_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODSnapshotReverb::StaticRegisterNativesUFMODSnapshotReverb()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODSnapshotReverb);
|
||||
UClass* Z_Construct_UClass_UFMODSnapshotReverb_NoRegister()
|
||||
{
|
||||
return UFMODSnapshotReverb::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODSnapshotReverb_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetGuid_MetaData[];
|
||||
#endif
|
||||
static const UECodeGen_Private::FStructPropertyParams NewProp_AssetGuid;
|
||||
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODSnapshotReverb_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UReverbEffect,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD Event Asset.\n */" },
|
||||
{ "HideCategories", "object" },
|
||||
{ "IncludePath", "FMODSnapshotReverb.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODSnapshotReverb.h" },
|
||||
{ "ToolTip", "FMOD Event Asset." },
|
||||
};
|
||||
#endif
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData[] = {
|
||||
{ "Comment", "/** The unique Guid, which matches the one exported from FMOD Studio */" },
|
||||
{ "ModuleRelativePath", "Classes/FMODSnapshotReverb.h" },
|
||||
{ "ToolTip", "The unique Guid, which matches the one exported from FMOD Studio" },
|
||||
};
|
||||
#endif
|
||||
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid = { "AssetGuid", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, 1, nullptr, nullptr, STRUCT_OFFSET(UFMODSnapshotReverb, AssetGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData)) };
|
||||
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers[] = {
|
||||
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid,
|
||||
};
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODSnapshotReverb_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODSnapshotReverb>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODSnapshotReverb_Statics::ClassParams = {
|
||||
&UFMODSnapshotReverb::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers),
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODSnapshotReverb()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton, Z_Construct_UClass_UFMODSnapshotReverb_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODSnapshotReverb>()
|
||||
{
|
||||
return UFMODSnapshotReverb::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODSnapshotReverb);
|
||||
UFMODSnapshotReverb::~UFMODSnapshotReverb() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODSnapshotReverb, UFMODSnapshotReverb::StaticClass, TEXT("UFMODSnapshotReverb"), &Z_Registration_Info_UClass_UFMODSnapshotReverb, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODSnapshotReverb), 2221329795U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_1541723395(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODSnapshotReverb.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODSnapshotReverb_generated_h
|
||||
#error "FMODSnapshotReverb.generated.h already included, missing '#pragma once' in FMODSnapshotReverb.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODSnapshotReverb_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSnapshotReverb(); \
|
||||
friend struct Z_Construct_UClass_UFMODSnapshotReverb_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSnapshotReverb, UReverbEffect, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSnapshotReverb)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODSnapshotReverb(); \
|
||||
friend struct Z_Construct_UClass_UFMODSnapshotReverb_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODSnapshotReverb, UReverbEffect, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODSnapshotReverb)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSnapshotReverb(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshotReverb) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshotReverb); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshotReverb); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSnapshotReverb(UFMODSnapshotReverb&&); \
|
||||
NO_API UFMODSnapshotReverb(const UFMODSnapshotReverb&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODSnapshotReverb();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODSnapshotReverb(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODSnapshotReverb(UFMODSnapshotReverb&&); \
|
||||
NO_API UFMODSnapshotReverb(const UFMODSnapshotReverb&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshotReverb); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshotReverb); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshotReverb) \
|
||||
NO_API virtual ~UFMODSnapshotReverb();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODSnapshotReverb."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODSnapshotReverb>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,39 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODStudio_init() {}
|
||||
FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature();
|
||||
FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature();
|
||||
FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature();
|
||||
FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature();
|
||||
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_FMODStudio;
|
||||
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FMODStudio()
|
||||
{
|
||||
if (!Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton)
|
||||
{
|
||||
static UObject* (*const SingletonFuncArray[])() = {
|
||||
(UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature,
|
||||
(UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature,
|
||||
(UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature,
|
||||
(UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature,
|
||||
};
|
||||
static const UECodeGen_Private::FPackageParams PackageParams = {
|
||||
"/Script/FMODStudio",
|
||||
SingletonFuncArray,
|
||||
UE_ARRAY_COUNT(SingletonFuncArray),
|
||||
PKG_CompiledIn | 0x00000000,
|
||||
0x20E8483A,
|
||||
0x8FEFC51E,
|
||||
METADATA_PARAMS(nullptr, 0)
|
||||
};
|
||||
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton, PackageParams);
|
||||
}
|
||||
return Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton;
|
||||
}
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FMODStudio(Z_Construct_UPackage__Script_FMODStudio, TEXT("/Script/FMODStudio"), Z_Registration_Info_UPackage__Script_FMODStudio, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x20E8483A, 0x8FEFC51E));
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,23 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "FMODStudio/Classes/FMODAmbientSound.h"
|
||||
#include "FMODStudio/Classes/FMODAnimNotifyPlay.h"
|
||||
#include "FMODStudio/Classes/FMODAsset.h"
|
||||
#include "FMODStudio/Classes/FMODAudioComponent.h"
|
||||
#include "FMODStudio/Classes/FMODBank.h"
|
||||
#include "FMODStudio/Classes/FMODBlueprintStatics.h"
|
||||
#include "FMODStudio/Classes/FMODBus.h"
|
||||
#include "FMODStudio/Classes/FMODEvent.h"
|
||||
#include "FMODStudio/Classes/FMODPort.h"
|
||||
#include "FMODStudio/Classes/FMODSettings.h"
|
||||
#include "FMODStudio/Classes/FMODSnapshot.h"
|
||||
#include "FMODStudio/Classes/FMODSnapshotReverb.h"
|
||||
#include "FMODStudio/Classes/FMODVCA.h"
|
||||
|
@ -0,0 +1,89 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudio/Classes/FMODVCA.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODVCA() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODVCA();
|
||||
FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODVCA_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudio();
|
||||
// End Cross Module References
|
||||
void UFMODVCA::StaticRegisterNativesUFMODVCA()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODVCA);
|
||||
UClass* Z_Construct_UClass_UFMODVCA_NoRegister()
|
||||
{
|
||||
return UFMODVCA::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODVCA_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODVCA_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UFMODAsset,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudio,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * FMOD VCA Asset.\n */" },
|
||||
{ "IncludePath", "FMODVCA.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODVCA.h" },
|
||||
{ "ToolTip", "FMOD VCA Asset." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODVCA_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODVCA>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODVCA_Statics::ClassParams = {
|
||||
&UFMODVCA::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x001000A0u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODVCA()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODVCA.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODVCA.OuterSingleton, Z_Construct_UClass_UFMODVCA_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODVCA.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<UFMODVCA>()
|
||||
{
|
||||
return UFMODVCA::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODVCA);
|
||||
UFMODVCA::~UFMODVCA() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODVCA, UFMODVCA::StaticClass, TEXT("UFMODVCA"), &Z_Registration_Info_UClass_UFMODVCA, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODVCA), 813254590U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_1299309861(TEXT("/Script/FMODStudio"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODVCA.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIO_FMODVCA_generated_h
|
||||
#error "FMODVCA.generated.h already included, missing '#pragma once' in FMODVCA.h"
|
||||
#endif
|
||||
#define FMODSTUDIO_FMODVCA_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODVCA(); \
|
||||
friend struct Z_Construct_UClass_UFMODVCA_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODVCA, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODVCA)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODVCA(); \
|
||||
friend struct Z_Construct_UClass_UFMODVCA_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODVCA, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODVCA)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODVCA(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODVCA) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODVCA); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODVCA); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODVCA(UFMODVCA&&); \
|
||||
NO_API UFMODVCA(const UFMODVCA&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODVCA();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODVCA(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODVCA(UFMODVCA&&); \
|
||||
NO_API UFMODVCA(const UFMODVCA&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODVCA); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODVCA); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODVCA) \
|
||||
NO_API virtual ~UFMODVCA();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_11_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODVCA."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIO_API UClass* StaticClass<class UFMODVCA>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,20 @@
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAmbientSound.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAsset.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBank.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAnimNotifyPlay.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBlueprintStatics.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAudioComponent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBus.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODEvent.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODPort.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSettings.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSnapshot.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSnapshotReverb.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODVCA.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\FMODAssetLookup.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\FMODBankLookup.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlSection.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlSectionTemplate.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventParameterSectionTemplate.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventParameterTrack.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlTrack.h
|
@ -0,0 +1,90 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODAmbientSoundActorFactory() {}
|
||||
// Cross Module References
|
||||
FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory();
|
||||
FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory_NoRegister();
|
||||
UNREALED_API UClass* Z_Construct_UClass_UActorFactory();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudioEditor();
|
||||
// End Cross Module References
|
||||
void UFMODAmbientSoundActorFactory::StaticRegisterNativesUFMODAmbientSoundActorFactory()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAmbientSoundActorFactory);
|
||||
UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory_NoRegister()
|
||||
{
|
||||
return UFMODAmbientSoundActorFactory::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UActorFactory,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudioEditor,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/** FMOD Ambient Sound Actor Factory.\n*/" },
|
||||
{ "HideCategories", "Object Object" },
|
||||
{ "IncludePath", "FMODAmbientSoundActorFactory.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODAmbientSoundActorFactory.h" },
|
||||
{ "ToolTip", "FMOD Ambient Sound Actor Factory." },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODAmbientSoundActorFactory>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::ClassParams = {
|
||||
&UFMODAmbientSoundActorFactory::StaticClass,
|
||||
"Editor",
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x000830ACu,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton, Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIOEDITOR_API UClass* StaticClass<UFMODAmbientSoundActorFactory>()
|
||||
{
|
||||
return UFMODAmbientSoundActorFactory::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAmbientSoundActorFactory);
|
||||
UFMODAmbientSoundActorFactory::~UFMODAmbientSoundActorFactory() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODAmbientSoundActorFactory, UFMODAmbientSoundActorFactory::StaticClass, TEXT("UFMODAmbientSoundActorFactory"), &Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAmbientSoundActorFactory), 2089786798U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_3766157042(TEXT("/Script/FMODStudioEditor"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODAmbientSoundActorFactory.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIOEDITOR_FMODAmbientSoundActorFactory_generated_h
|
||||
#error "FMODAmbientSoundActorFactory.generated.h already included, missing '#pragma once' in FMODAmbientSoundActorFactory.h"
|
||||
#endif
|
||||
#define FMODSTUDIOEDITOR_FMODAmbientSoundActorFactory_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAmbientSoundActorFactory(); \
|
||||
friend struct Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAmbientSoundActorFactory, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), FMODSTUDIOEDITOR_API) \
|
||||
DECLARE_SERIALIZER(UFMODAmbientSoundActorFactory)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODAmbientSoundActorFactory(); \
|
||||
friend struct Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODAmbientSoundActorFactory, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), FMODSTUDIOEDITOR_API) \
|
||||
DECLARE_SERIALIZER(UFMODAmbientSoundActorFactory)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAmbientSoundActorFactory) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIOEDITOR_API, UFMODAmbientSoundActorFactory); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAmbientSoundActorFactory); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(UFMODAmbientSoundActorFactory&&); \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const UFMODAmbientSoundActorFactory&); \
|
||||
public: \
|
||||
FMODSTUDIOEDITOR_API virtual ~UFMODAmbientSoundActorFactory();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(UFMODAmbientSoundActorFactory&&); \
|
||||
FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const UFMODAmbientSoundActorFactory&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIOEDITOR_API, UFMODAmbientSoundActorFactory); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAmbientSoundActorFactory); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAmbientSoundActorFactory) \
|
||||
FMODSTUDIOEDITOR_API virtual ~UFMODAmbientSoundActorFactory();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_10_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODAmbientSoundActorFactory."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIOEDITOR_API UClass* StaticClass<class UFMODAmbientSoundActorFactory>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,88 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
#include "FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODGenerateAssetsCommandlet() {}
|
||||
// Cross Module References
|
||||
ENGINE_API UClass* Z_Construct_UClass_UCommandlet();
|
||||
FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet();
|
||||
FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet_NoRegister();
|
||||
UPackage* Z_Construct_UPackage__Script_FMODStudioEditor();
|
||||
// End Cross Module References
|
||||
void UFMODGenerateAssetsCommandlet::StaticRegisterNativesUFMODGenerateAssetsCommandlet()
|
||||
{
|
||||
}
|
||||
IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODGenerateAssetsCommandlet);
|
||||
UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet_NoRegister()
|
||||
{
|
||||
return UFMODGenerateAssetsCommandlet::StaticClass();
|
||||
}
|
||||
struct Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics
|
||||
{
|
||||
static UObject* (*const DependentSingletons[])();
|
||||
#if WITH_METADATA
|
||||
static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[];
|
||||
#endif
|
||||
static const FCppClassTypeInfoStatic StaticCppClassTypeInfo;
|
||||
static const UECodeGen_Private::FClassParams ClassParams;
|
||||
};
|
||||
UObject* (*const Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::DependentSingletons[])() = {
|
||||
(UObject* (*)())Z_Construct_UClass_UCommandlet,
|
||||
(UObject* (*)())Z_Construct_UPackage__Script_FMODStudioEditor,
|
||||
};
|
||||
#if WITH_METADATA
|
||||
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams[] = {
|
||||
{ "Comment", "/**\n * \n */" },
|
||||
{ "IncludePath", "FMODGenerateAssetsCommandlet.h" },
|
||||
{ "ModuleRelativePath", "Classes/FMODGenerateAssetsCommandlet.h" },
|
||||
};
|
||||
#endif
|
||||
const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::StaticCppClassTypeInfo = {
|
||||
TCppClassTypeTraits<UFMODGenerateAssetsCommandlet>::IsAbstract,
|
||||
};
|
||||
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::ClassParams = {
|
||||
&UFMODGenerateAssetsCommandlet::StaticClass,
|
||||
nullptr,
|
||||
&StaticCppClassTypeInfo,
|
||||
DependentSingletons,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
UE_ARRAY_COUNT(DependentSingletons),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0x000000A8u,
|
||||
METADATA_PARAMS(Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams, UE_ARRAY_COUNT(Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams))
|
||||
};
|
||||
UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet()
|
||||
{
|
||||
if (!Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton)
|
||||
{
|
||||
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton, Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::ClassParams);
|
||||
}
|
||||
return Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton;
|
||||
}
|
||||
template<> FMODSTUDIOEDITOR_API UClass* StaticClass<UFMODGenerateAssetsCommandlet>()
|
||||
{
|
||||
return UFMODGenerateAssetsCommandlet::StaticClass();
|
||||
}
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODGenerateAssetsCommandlet);
|
||||
UFMODGenerateAssetsCommandlet::~UFMODGenerateAssetsCommandlet() {}
|
||||
struct Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics
|
||||
{
|
||||
static const FClassRegisterCompiledInInfo ClassInfo[];
|
||||
};
|
||||
const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo[] = {
|
||||
{ Z_Construct_UClass_UFMODGenerateAssetsCommandlet, UFMODGenerateAssetsCommandlet::StaticClass, TEXT("UFMODGenerateAssetsCommandlet"), &Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODGenerateAssetsCommandlet), 669447602U) },
|
||||
};
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_2211114957(TEXT("/Script/FMODStudioEditor"),
|
||||
Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo),
|
||||
nullptr, 0,
|
||||
nullptr, 0);
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,98 @@
|
||||
// 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 "FMODGenerateAssetsCommandlet.h"
|
||||
#include "UObject/ObjectMacros.h"
|
||||
#include "UObject/ScriptMacros.h"
|
||||
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
#ifdef FMODSTUDIOEDITOR_FMODGenerateAssetsCommandlet_generated_h
|
||||
#error "FMODGenerateAssetsCommandlet.generated.h already included, missing '#pragma once' in FMODGenerateAssetsCommandlet.h"
|
||||
#endif
|
||||
#define FMODSTUDIOEDITOR_FMODGenerateAssetsCommandlet_generated_h
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS_NO_PURE_DECLS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ACCESSORS
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS_NO_PURE_DECLS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODGenerateAssetsCommandlet(); \
|
||||
friend struct Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODGenerateAssetsCommandlet, UCommandlet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODGenerateAssetsCommandlet)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS \
|
||||
private: \
|
||||
static void StaticRegisterNativesUFMODGenerateAssetsCommandlet(); \
|
||||
friend struct Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics; \
|
||||
public: \
|
||||
DECLARE_CLASS(UFMODGenerateAssetsCommandlet, UCommandlet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), NO_API) \
|
||||
DECLARE_SERIALIZER(UFMODGenerateAssetsCommandlet)
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_STANDARD_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODGenerateAssetsCommandlet(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODGenerateAssetsCommandlet) \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODGenerateAssetsCommandlet); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODGenerateAssetsCommandlet); \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODGenerateAssetsCommandlet(UFMODGenerateAssetsCommandlet&&); \
|
||||
NO_API UFMODGenerateAssetsCommandlet(const UFMODGenerateAssetsCommandlet&); \
|
||||
public: \
|
||||
NO_API virtual ~UFMODGenerateAssetsCommandlet();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ENHANCED_CONSTRUCTORS \
|
||||
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||||
NO_API UFMODGenerateAssetsCommandlet(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
||||
private: \
|
||||
/** Private move- and copy-constructors, should never be used */ \
|
||||
NO_API UFMODGenerateAssetsCommandlet(UFMODGenerateAssetsCommandlet&&); \
|
||||
NO_API UFMODGenerateAssetsCommandlet(const UFMODGenerateAssetsCommandlet&); \
|
||||
public: \
|
||||
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODGenerateAssetsCommandlet); \
|
||||
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODGenerateAssetsCommandlet); \
|
||||
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODGenerateAssetsCommandlet) \
|
||||
NO_API virtual ~UFMODGenerateAssetsCommandlet();
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_12_PROLOG
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_GENERATED_BODY_LEGACY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_STANDARD_CONSTRUCTORS \
|
||||
public: \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
#define FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_GENERATED_BODY \
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||||
public: \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ACCESSORS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS_NO_PURE_DECLS \
|
||||
FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ENHANCED_CONSTRUCTORS \
|
||||
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class FMODGenerateAssetsCommandlet."); \
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
|
||||
template<> FMODSTUDIOEDITOR_API UClass* StaticClass<class UFMODGenerateAssetsCommandlet>();
|
||||
|
||||
#undef CURRENT_FILE_ID
|
||||
#define CURRENT_FILE_ID FID_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h
|
||||
|
||||
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,29 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#include "UObject/GeneratedCppIncludes.h"
|
||||
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||||
void EmptyLinkFunctionForGeneratedCodeFMODStudioEditor_init() {}
|
||||
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_FMODStudioEditor;
|
||||
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FMODStudioEditor()
|
||||
{
|
||||
if (!Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton)
|
||||
{
|
||||
static const UECodeGen_Private::FPackageParams PackageParams = {
|
||||
"/Script/FMODStudioEditor",
|
||||
nullptr,
|
||||
0,
|
||||
PKG_CompiledIn | 0x00000040,
|
||||
0xC4B3FE6A,
|
||||
0x903E4F69,
|
||||
METADATA_PARAMS(nullptr, 0)
|
||||
};
|
||||
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton, PackageParams);
|
||||
}
|
||||
return Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton;
|
||||
}
|
||||
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FMODStudioEditor(Z_Construct_UPackage__Script_FMODStudioEditor, TEXT("/Script/FMODStudioEditor"), Z_Registration_Info_UPackage__Script_FMODStudioEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC4B3FE6A, 0x903E4F69));
|
||||
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
@ -0,0 +1,12 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
/*===========================================================================
|
||||
Generated code exported from UnrealHeaderTool.
|
||||
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||||
===========================================================================*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h"
|
||||
#include "FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h"
|
||||
|
@ -0,0 +1,2 @@
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudioEditor\Classes\FMODAmbientSoundActorFactory.h
|
||||
D:\GitHub\Personal Projects\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudioEditor\Classes\FMODGenerateAssetsCommandlet.h
|
Reference in New Issue
Block a user