Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,445 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h"
#include "NiagaraSimCache.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneNiagaraCacheSection() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EPerQualityLevels();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneBaseCacheSection();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBaseCacheParams();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSimCache_NoRegister();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters();
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheSection();
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheSection_NoRegister();
NIAGARASIMCACHING_API UEnum* Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode();
NIAGARASIMCACHING_API UEnum* Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode();
NIAGARASIMCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams();
UPackage* Z_Construct_UPackage__Script_NiagaraSimCaching();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ENiagaraSimCacheSectionPlayMode *******************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode;
static UEnum* ENiagaraSimCacheSectionPlayMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.OuterSingleton)
{
Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode, (UObject*)Z_Construct_UPackage__Script_NiagaraSimCaching(), TEXT("ENiagaraSimCacheSectionPlayMode"));
}
return Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.OuterSingleton;
}
template<> NIAGARASIMCACHING_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraSimCacheSectionPlayMode>()
{
return ENiagaraSimCacheSectionPlayMode_StaticEnum();
}
struct Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "DisplayCacheOnly.Comment", "/**\n\x09When the sequence has no cached data to display, the Niagara component is disabled\n\x09*/" },
{ "DisplayCacheOnly.Name", "ENiagaraSimCacheSectionPlayMode::DisplayCacheOnly" },
{ "DisplayCacheOnly.ToolTip", "When the sequence has no cached data to display, the Niagara component is disabled" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "SimWithoutCache.Comment", "/**\n\x09When the sequence has no cached data to display, the Niagara component runs the simulation normally\n\x09*/" },
{ "SimWithoutCache.Name", "ENiagaraSimCacheSectionPlayMode::SimWithoutCache" },
{ "SimWithoutCache.ToolTip", "When the sequence has no cached data to display, the Niagara component runs the simulation normally" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ENiagaraSimCacheSectionPlayMode::SimWithoutCache", (int64)ENiagaraSimCacheSectionPlayMode::SimWithoutCache },
{ "ENiagaraSimCacheSectionPlayMode::DisplayCacheOnly", (int64)ENiagaraSimCacheSectionPlayMode::DisplayCacheOnly },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
nullptr,
"ENiagaraSimCacheSectionPlayMode",
"ENiagaraSimCacheSectionPlayMode",
Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode()
{
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.InnerSingleton, Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode.InnerSingleton;
}
// ********** End Enum ENiagaraSimCacheSectionPlayMode *********************************************
// ********** Begin Enum ENiagaraSimCacheSectionStretchMode ****************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode;
static UEnum* ENiagaraSimCacheSectionStretchMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.OuterSingleton)
{
Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode, (UObject*)Z_Construct_UPackage__Script_NiagaraSimCaching(), TEXT("ENiagaraSimCacheSectionStretchMode"));
}
return Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.OuterSingleton;
}
template<> NIAGARASIMCACHING_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraSimCacheSectionStretchMode>()
{
return ENiagaraSimCacheSectionStretchMode_StaticEnum();
}
struct Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "Repeat.Comment", "/**\n\x09When the cache section is stretched in the track it will repeat the cached data \n\x09*/" },
{ "Repeat.Name", "ENiagaraSimCacheSectionStretchMode::Repeat" },
{ "Repeat.ToolTip", "When the cache section is stretched in the track it will repeat the cached data" },
{ "TimeDilate.Comment", "/**\n\x09When the cache section is stretched in the track it will dilate the input time so the cached data is stretched once over the full section\n\x09*/" },
{ "TimeDilate.Name", "ENiagaraSimCacheSectionStretchMode::TimeDilate" },
{ "TimeDilate.ToolTip", "When the cache section is stretched in the track it will dilate the input time so the cached data is stretched once over the full section" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ENiagaraSimCacheSectionStretchMode::Repeat", (int64)ENiagaraSimCacheSectionStretchMode::Repeat },
{ "ENiagaraSimCacheSectionStretchMode::TimeDilate", (int64)ENiagaraSimCacheSectionStretchMode::TimeDilate },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
nullptr,
"ENiagaraSimCacheSectionStretchMode",
"ENiagaraSimCacheSectionStretchMode",
Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode()
{
if (!Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.InnerSingleton, Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode.InnerSingleton;
}
// ********** End Enum ENiagaraSimCacheSectionStretchMode ******************************************
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheParams *************************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneNiagaraCacheParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneNiagaraCacheParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheParameters_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimCache_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "Comment", "/** The sim cache this section plays and records into */" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "The sim cache this section plays and records into" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLockCacheToReadOnly_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "Comment", "/** If true then the section properties might still be changed (so the section itself is not locked), but the cache cannot be rerecorded to prevent accidentally overriding the data within */" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "If true then the section properties might still be changed (so the section itself is not locked), but the cache cannot be rerecorded to prevent accidentally overriding the data within" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideQualityLevel_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RecordQualityLevel_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "Comment", "/** If set, then the engine scalability setting will be overriden with this value when recording a new cache for this track */" },
{ "EditCondition", "bOverrideQualityLevel" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "If set, then the engine scalability setting will be overriden with this value when recording a new cache for this track" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheReplayPlayMode_MetaData[] = {
{ "Category", "SimCache" },
{ "Comment", "/** What should the effect do when the track has no cache data to display */" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "What should the effect do when the track has no cache data to display" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionStretchMode_MetaData[] = {
{ "Category", "SimCache" },
{ "Comment", "/** What should the effect do when the cache section is stretched? */" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "What should the effect do when the cache section is stretched?" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideRecordRate_MetaData[] = {
{ "Category", "Cache" },
{ "Comment", "/** True if the cache should be recorded at a rate that is slower than the sequencer play rate. */" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "True if the cache should be recorded at a rate that is slower than the sequencer play rate." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheRecordRateFPS_MetaData[] = {
{ "Category", "Cache" },
{ "Comment", "/** The rate at which the cache should be recorded. Will be ignored if the sequence plays at a lower rate than this number.\n\x09 * This option is useful if you need to play the sequence at a very high fps for simulation stability (e.g. 240fps), but then later want to play back the cache at a normal rate (e.g. 24fps).\n\x09 * Please note that using this option might result in rendering artifacts for things like motion blur, velocity interpolation or inconsistent grid data in fluids, due to the dropped cache frames. \n\x09 */" },
{ "EditCondition", "bOverrideRecordRate" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "The rate at which the cache should be recorded. Will be ignored if the sequence plays at a lower rate than this number.\nThis option is useful if you need to play the sequence at a very high fps for simulation stability (e.g. 240fps), but then later want to play back the cache at a normal rate (e.g. 24fps).\nPlease note that using this option might result in rendering artifacts for things like motion blur, velocity interpolation or inconsistent grid data in fluids, due to the dropped cache frames." },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheParams constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheParameters;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SimCache;
static void NewProp_bLockCacheToReadOnly_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockCacheToReadOnly;
static void NewProp_bOverrideQualityLevel_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideQualityLevel;
static const UECodeGen_Private::FBytePropertyParams NewProp_RecordQualityLevel_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_RecordQualityLevel;
static const UECodeGen_Private::FBytePropertyParams NewProp_CacheReplayPlayMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CacheReplayPlayMode;
static const UECodeGen_Private::FBytePropertyParams NewProp_SectionStretchMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_SectionStretchMode;
#if WITH_EDITORONLY_DATA
static void NewProp_bOverrideRecordRate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideRecordRate;
static const UECodeGen_Private::FFloatPropertyParams NewProp_CacheRecordRateFPS;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneNiagaraCacheParams constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneNiagaraCacheParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics
static_assert(std::is_polymorphic<FMovieSceneNiagaraCacheParams>() == std::is_polymorphic<FMovieSceneBaseCacheParams>(), "USTRUCT FMovieSceneNiagaraCacheParams cannot be polymorphic unless super FMovieSceneBaseCacheParams is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams;
class UScriptStruct* FMovieSceneNiagaraCacheParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams, (UObject*)Z_Construct_UPackage__Script_NiagaraSimCaching(), TEXT("MovieSceneNiagaraCacheParams"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheParams Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheParameters = { "CacheParameters", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, CacheParameters), Z_Construct_UScriptStruct_FNiagaraSimCacheCreateParameters, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheParameters_MetaData), NewProp_CacheParameters_MetaData) }; // 3823409575
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SimCache = { "SimCache", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, SimCache), Z_Construct_UClass_UNiagaraSimCache_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimCache_MetaData), NewProp_SimCache_MetaData) };
void Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bLockCacheToReadOnly_SetBit(void* Obj)
{
((FMovieSceneNiagaraCacheParams*)Obj)->bLockCacheToReadOnly = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bLockCacheToReadOnly = { "bLockCacheToReadOnly", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMovieSceneNiagaraCacheParams), &Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bLockCacheToReadOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLockCacheToReadOnly_MetaData), NewProp_bLockCacheToReadOnly_MetaData) };
void Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideQualityLevel_SetBit(void* Obj)
{
((FMovieSceneNiagaraCacheParams*)Obj)->bOverrideQualityLevel = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideQualityLevel = { "bOverrideQualityLevel", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMovieSceneNiagaraCacheParams), &Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideQualityLevel_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideQualityLevel_MetaData), NewProp_bOverrideQualityLevel_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_RecordQualityLevel_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_RecordQualityLevel = { "RecordQualityLevel", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, RecordQualityLevel), Z_Construct_UEnum_Engine_EPerQualityLevels, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RecordQualityLevel_MetaData), NewProp_RecordQualityLevel_MetaData) }; // 775658249
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheReplayPlayMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheReplayPlayMode = { "CacheReplayPlayMode", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, CacheReplayPlayMode), Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionPlayMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheReplayPlayMode_MetaData), NewProp_CacheReplayPlayMode_MetaData) }; // 220511571
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SectionStretchMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SectionStretchMode = { "SectionStretchMode", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, SectionStretchMode), Z_Construct_UEnum_NiagaraSimCaching_ENiagaraSimCacheSectionStretchMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionStretchMode_MetaData), NewProp_SectionStretchMode_MetaData) }; // 3248945587
#if WITH_EDITORONLY_DATA
void Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideRecordRate_SetBit(void* Obj)
{
((FMovieSceneNiagaraCacheParams*)Obj)->bOverrideRecordRate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideRecordRate = { "bOverrideRecordRate", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMovieSceneNiagaraCacheParams), &Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideRecordRate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideRecordRate_MetaData), NewProp_bOverrideRecordRate_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheRecordRateFPS = { "CacheRecordRateFPS", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheParams, CacheRecordRateFPS), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheRecordRateFPS_MetaData), NewProp_CacheRecordRateFPS_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheParameters,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SimCache,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bLockCacheToReadOnly,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideQualityLevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_RecordQualityLevel_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_RecordQualityLevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheReplayPlayMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheReplayPlayMode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SectionStretchMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_SectionStretchMode,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_bOverrideRecordRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewProp_CacheRecordRateFPS,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneNiagaraCacheParams Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
Z_Construct_UScriptStruct_FMovieSceneBaseCacheParams,
&NewStructOps,
"MovieSceneNiagaraCacheParams",
Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::PropPointers),
sizeof(FMovieSceneNiagaraCacheParams),
alignof(FMovieSceneNiagaraCacheParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneNiagaraCacheParams ***************************************
// ********** Begin Class UMovieSceneNiagaraCacheSection *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection;
UClass* UMovieSceneNiagaraCacheSection::GetPrivateStaticClass()
{
using TClass = UMovieSceneNiagaraCacheSection;
if (!Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneNiagaraCacheSection"),
Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.InnerSingleton,
StaticRegisterNativesUMovieSceneNiagaraCacheSection,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheSection_NoRegister()
{
return UMovieSceneNiagaraCacheSection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Movie scene section that control NiagaraCache playback\n */" },
{ "IncludePath", "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ToolTip", "Movie scene section that control NiagaraCache playback" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "Category", "NiagaraCache" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
{ "ShowOnlyInnerProperties", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCacheOutOfDate_MetaData[] = {
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheSection.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneNiagaraCacheSection constinit property declarations ***********
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static void NewProp_bCacheOutOfDate_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCacheOutOfDate;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneNiagaraCacheSection constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneNiagaraCacheSection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics
// ********** Begin Class UMovieSceneNiagaraCacheSection Property Definitions **********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneNiagaraCacheSection, Params), Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 2084830165
void Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_bCacheOutOfDate_SetBit(void* Obj)
{
((UMovieSceneNiagaraCacheSection*)Obj)->bCacheOutOfDate = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_bCacheOutOfDate = { "bCacheOutOfDate", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneNiagaraCacheSection), &Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_bCacheOutOfDate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCacheOutOfDate_MetaData), NewProp_bCacheOutOfDate_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_Params,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::NewProp_bCacheOutOfDate,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneNiagaraCacheSection Property Definitions ************************
UObject* (*const Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneBaseCacheSection,
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::ClassParams = {
&UMovieSceneNiagaraCacheSection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::Class_MetaDataParams)
};
void UMovieSceneNiagaraCacheSection::StaticRegisterNativesUMovieSceneNiagaraCacheSection()
{
}
UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheSection()
{
if (!Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.OuterSingleton, Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneNiagaraCacheSection);
UMovieSceneNiagaraCacheSection::~UMovieSceneNiagaraCacheSection() {}
// ********** End Class UMovieSceneNiagaraCacheSection *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ENiagaraSimCacheSectionPlayMode_StaticEnum, TEXT("ENiagaraSimCacheSectionPlayMode"), &Z_Registration_Info_UEnum_ENiagaraSimCacheSectionPlayMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 220511571U) },
{ ENiagaraSimCacheSectionStretchMode_StaticEnum, TEXT("ENiagaraSimCacheSectionStretchMode"), &Z_Registration_Info_UEnum_ENiagaraSimCacheSectionStretchMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3248945587U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneNiagaraCacheParams::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics::NewStructOps, TEXT("MovieSceneNiagaraCacheParams"),&Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneNiagaraCacheParams), 2084830165U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneNiagaraCacheSection, UMovieSceneNiagaraCacheSection::StaticClass, TEXT("UMovieSceneNiagaraCacheSection"), &Z_Registration_Info_UClass_UMovieSceneNiagaraCacheSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneNiagaraCacheSection), 735990373U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_4113300702{
TEXT("/Script/NiagaraSimCaching"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h__Script_NiagaraSimCaching_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,94 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h"
#ifdef NIAGARASIMCACHING_MovieSceneNiagaraCacheSection_generated_h
#error "MovieSceneNiagaraCacheSection.generated.h already included, missing '#pragma once' in MovieSceneNiagaraCacheSection.h"
#endif
#define NIAGARASIMCACHING_MovieSceneNiagaraCacheSection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheParams *************************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics;
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_43_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams_Statics; \
NIAGARASIMCACHING_API static class UScriptStruct* StaticStruct(); \
typedef FMovieSceneBaseCacheParams Super;
struct FMovieSceneNiagaraCacheParams;
// ********** End ScriptStruct FMovieSceneNiagaraCacheParams ***************************************
// ********** Begin Class UMovieSceneNiagaraCacheSection *******************************************
struct Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics;
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheSection_NoRegister();
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_97_INCLASS \
private: \
static void StaticRegisterNativesUMovieSceneNiagaraCacheSection(); \
friend struct ::Z_Construct_UClass_UMovieSceneNiagaraCacheSection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend NIAGARASIMCACHING_API UClass* ::Z_Construct_UClass_UMovieSceneNiagaraCacheSection_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneNiagaraCacheSection, UMovieSceneBaseCacheSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NiagaraSimCaching"), Z_Construct_UClass_UMovieSceneNiagaraCacheSection_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneNiagaraCacheSection)
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_97_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NIAGARASIMCACHING_API UMovieSceneNiagaraCacheSection(const FObjectInitializer& ObjectInitializer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneNiagaraCacheSection) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARASIMCACHING_API, UMovieSceneNiagaraCacheSection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneNiagaraCacheSection); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneNiagaraCacheSection(UMovieSceneNiagaraCacheSection&&) = delete; \
UMovieSceneNiagaraCacheSection(const UMovieSceneNiagaraCacheSection&) = delete; \
NIAGARASIMCACHING_API virtual ~UMovieSceneNiagaraCacheSection();
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_94_PROLOG
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_97_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_97_INCLASS \
FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h_97_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneNiagaraCacheSection;
// ********** End Class UMovieSceneNiagaraCacheSection *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheSection_h
// ********** Begin Enum ENiagaraSimCacheSectionPlayMode *******************************************
#define FOREACH_ENUM_ENIAGARASIMCACHESECTIONPLAYMODE(op) \
op(ENiagaraSimCacheSectionPlayMode::SimWithoutCache) \
op(ENiagaraSimCacheSectionPlayMode::DisplayCacheOnly)
enum class ENiagaraSimCacheSectionPlayMode : uint8;
template<> struct TIsUEnumClass<ENiagaraSimCacheSectionPlayMode> { enum { Value = true }; };
template<> NIAGARASIMCACHING_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraSimCacheSectionPlayMode>();
// ********** End Enum ENiagaraSimCacheSectionPlayMode *********************************************
// ********** Begin Enum ENiagaraSimCacheSectionStretchMode ****************************************
#define FOREACH_ENUM_ENIAGARASIMCACHESECTIONSTRETCHMODE(op) \
op(ENiagaraSimCacheSectionStretchMode::Repeat) \
op(ENiagaraSimCacheSectionStretchMode::TimeDilate)
enum class ENiagaraSimCacheSectionStretchMode : uint8;
template<> struct TIsUEnumClass<ENiagaraSimCacheSectionStretchMode> { enum { Value = true }; };
template<> NIAGARASIMCACHING_NON_ATTRIBUTED_API UEnum* StaticEnum<ENiagaraSimCacheSectionStretchMode>();
// ********** End Enum ENiagaraSimCacheSectionStretchMode ******************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,179 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h"
#include "MovieSceneFrameMigration.h"
#include "Niagara/Sequencer/MovieSceneNiagaraCacheSection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneNiagaraCacheTemplate() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneFrameRange();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneTrackImplementation();
NIAGARASIMCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams();
NIAGARASIMCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate();
NIAGARASIMCACHING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter();
UPackage* Z_Construct_UPackage__Script_NiagaraSimCaching();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneNiagaraSectionTemplateParameter ************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneNiagaraSectionTemplateParameter); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneNiagaraSectionTemplateParameter); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionRange_MetaData[] = {
{ "ModuleRelativePath", "Private/Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "ModuleRelativePath", "Private/Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneNiagaraSectionTemplateParameter constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionRange;
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneNiagaraSectionTemplateParameter constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneNiagaraSectionTemplateParameter>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter;
class UScriptStruct* FMovieSceneNiagaraSectionTemplateParameter::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter, (UObject*)Z_Construct_UPackage__Script_NiagaraSimCaching(), TEXT("MovieSceneNiagaraSectionTemplateParameter"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneNiagaraSectionTemplateParameter Property Definitions ***
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::NewProp_SectionRange = { "SectionRange", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraSectionTemplateParameter, SectionRange), Z_Construct_UScriptStruct_FMovieSceneFrameRange, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionRange_MetaData), NewProp_SectionRange_MetaData) }; // 3916594321
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraSectionTemplateParameter, Params), Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 2084830165
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::NewProp_SectionRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::NewProp_Params,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneNiagaraSectionTemplateParameter Property Definitions *****
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
nullptr,
&NewStructOps,
"MovieSceneNiagaraSectionTemplateParameter",
Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::PropPointers),
sizeof(FMovieSceneNiagaraSectionTemplateParameter),
alignof(FMovieSceneNiagaraSectionTemplateParameter),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneNiagaraSectionTemplateParameter **************************
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheSectionTemplate ****************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneNiagaraCacheSectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneNiagaraCacheSectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheSections_MetaData[] = {
{ "ModuleRelativePath", "Private/Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheSectionTemplate constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheSections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_CacheSections;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneNiagaraCacheSectionTemplate constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneNiagaraCacheSectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneNiagaraCacheSectionTemplate>() == std::is_polymorphic<FMovieSceneTrackImplementation>(), "USTRUCT FMovieSceneNiagaraCacheSectionTemplate cannot be polymorphic unless super FMovieSceneTrackImplementation is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate;
class UScriptStruct* FMovieSceneNiagaraCacheSectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate, (UObject*)Z_Construct_UPackage__Script_NiagaraSimCaching(), TEXT("MovieSceneNiagaraCacheSectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheSectionTemplate Property Definitions *******
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::NewProp_CacheSections_Inner = { "CacheSections", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter, METADATA_PARAMS(0, nullptr) }; // 2655981065
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::NewProp_CacheSections = { "CacheSections", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneNiagaraCacheSectionTemplate, CacheSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheSections_MetaData), NewProp_CacheSections_MetaData) }; // 2655981065
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::NewProp_CacheSections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::NewProp_CacheSections,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneNiagaraCacheSectionTemplate Property Definitions *********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
Z_Construct_UScriptStruct_FMovieSceneTrackImplementation,
&NewStructOps,
"MovieSceneNiagaraCacheSectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneNiagaraCacheSectionTemplate),
alignof(FMovieSceneNiagaraCacheSectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneNiagaraCacheSectionTemplate ******************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h__Script_NiagaraSimCaching_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneNiagaraSectionTemplateParameter::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics::NewStructOps, TEXT("MovieSceneNiagaraSectionTemplateParameter"),&Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneNiagaraSectionTemplateParameter), 2655981065U) },
{ FMovieSceneNiagaraCacheSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneNiagaraCacheSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneNiagaraCacheSectionTemplate), 3274770604U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h__Script_NiagaraSimCaching_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h__Script_NiagaraSimCaching_1556099938{
TEXT("/Script/NiagaraSimCaching"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h__Script_NiagaraSimCaching_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h__Script_NiagaraSimCaching_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,43 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheTemplate.h"
#ifdef NIAGARASIMCACHING_MovieSceneNiagaraCacheTemplate_generated_h
#error "MovieSceneNiagaraCacheTemplate.generated.h already included, missing '#pragma once' in MovieSceneNiagaraCacheTemplate.h"
#endif
#define NIAGARASIMCACHING_MovieSceneNiagaraCacheTemplate_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneNiagaraSectionTemplateParameter ************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics;
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h_12_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneNiagaraSectionTemplateParameter_Statics; \
NIAGARASIMCACHING_API static class UScriptStruct* StaticStruct();
struct FMovieSceneNiagaraSectionTemplateParameter;
// ********** End ScriptStruct FMovieSceneNiagaraSectionTemplateParameter **************************
// ********** Begin ScriptStruct FMovieSceneNiagaraCacheSectionTemplate ****************************
struct Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics;
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h_41_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneNiagaraCacheSectionTemplate_Statics; \
NIAGARASIMCACHING_API static class UScriptStruct* StaticStruct(); \
typedef FMovieSceneTrackImplementation Super;
struct FMovieSceneNiagaraCacheSectionTemplate;
// ********** End ScriptStruct FMovieSceneNiagaraCacheSectionTemplate ******************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Private_Niagara_Sequencer_MovieSceneNiagaraCacheTemplate_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,169 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneNiagaraCacheTrack() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneCachedTrack_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheTrack();
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_NoRegister();
UPackage* Z_Construct_UPackage__Script_NiagaraSimCaching();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneNiagaraCacheTrack *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack;
UClass* UMovieSceneNiagaraCacheTrack::GetPrivateStaticClass()
{
using TClass = UMovieSceneNiagaraCacheTrack;
if (!Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneNiagaraCacheTrack"),
Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.InnerSingleton,
StaticRegisterNativesUMovieSceneNiagaraCacheTrack,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_NoRegister()
{
return UMovieSceneNiagaraCacheTrack::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Handles animation of NiagaraCache\n */" },
{ "IncludePath", "Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h" },
{ "ToolTip", "Handles animation of NiagaraCache" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsRecording_MetaData[] = {
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimationSections_MetaData[] = {
{ "Comment", "/** List of all animation sections */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h" },
{ "ToolTip", "List of all animation sections" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCacheRecordingEnabled_MetaData[] = {
{ "ModuleRelativePath", "Public/Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneNiagaraCacheTrack constinit property declarations *************
static void NewProp_bIsRecording_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsRecording;
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimationSections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AnimationSections;
static void NewProp_bCacheRecordingEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCacheRecordingEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneNiagaraCacheTrack constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneNiagaraCacheTrack>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics
// ********** Begin Class UMovieSceneNiagaraCacheTrack Property Definitions ************************
void Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bIsRecording_SetBit(void* Obj)
{
((UMovieSceneNiagaraCacheTrack*)Obj)->bIsRecording = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bIsRecording = { "bIsRecording", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneNiagaraCacheTrack), &Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bIsRecording_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsRecording_MetaData), NewProp_bIsRecording_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_AnimationSections_Inner = { "AnimationSections", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_AnimationSections = { "AnimationSections", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneNiagaraCacheTrack, AnimationSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimationSections_MetaData), NewProp_AnimationSections_MetaData) };
void Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bCacheRecordingEnabled_SetBit(void* Obj)
{
((UMovieSceneNiagaraCacheTrack*)Obj)->bCacheRecordingEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bCacheRecordingEnabled = { "bCacheRecordingEnabled", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneNiagaraCacheTrack), &Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bCacheRecordingEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCacheRecordingEnabled_MetaData), NewProp_bCacheRecordingEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bIsRecording,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_AnimationSections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_AnimationSections,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::NewProp_bCacheRecordingEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneNiagaraCacheTrack Property Definitions **************************
UObject* (*const Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
(UObject* (*)())Z_Construct_UPackage__Script_NiagaraSimCaching,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneNiagaraCacheTrack, IMovieSceneTrackTemplateProducer), false }, // 4099870696
{ Z_Construct_UClass_UMovieSceneCachedTrack_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneNiagaraCacheTrack, IMovieSceneCachedTrack), false }, // 1307845726
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::ClassParams = {
&UMovieSceneNiagaraCacheTrack::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::Class_MetaDataParams)
};
void UMovieSceneNiagaraCacheTrack::StaticRegisterNativesUMovieSceneNiagaraCacheTrack()
{
}
UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheTrack()
{
if (!Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneNiagaraCacheTrack);
UMovieSceneNiagaraCacheTrack::~UMovieSceneNiagaraCacheTrack() {}
// ********** End Class UMovieSceneNiagaraCacheTrack ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h__Script_NiagaraSimCaching_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneNiagaraCacheTrack, UMovieSceneNiagaraCacheTrack::StaticClass, TEXT("UMovieSceneNiagaraCacheTrack"), &Z_Registration_Info_UClass_UMovieSceneNiagaraCacheTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneNiagaraCacheTrack), 1409185341U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h__Script_NiagaraSimCaching_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h__Script_NiagaraSimCaching_1294254666{
TEXT("/Script/NiagaraSimCaching"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h__Script_NiagaraSimCaching_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h__Script_NiagaraSimCaching_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,64 @@
// 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 "Niagara/Sequencer/MovieSceneNiagaraCacheTrack.h"
#ifdef NIAGARASIMCACHING_MovieSceneNiagaraCacheTrack_generated_h
#error "MovieSceneNiagaraCacheTrack.generated.h already included, missing '#pragma once' in MovieSceneNiagaraCacheTrack.h"
#endif
#define NIAGARASIMCACHING_MovieSceneNiagaraCacheTrack_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneNiagaraCacheTrack *********************************************
struct Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics;
NIAGARASIMCACHING_API UClass* Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_NoRegister();
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_19_INCLASS \
private: \
static void StaticRegisterNativesUMovieSceneNiagaraCacheTrack(); \
friend struct ::Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_Statics; \
static UClass* GetPrivateStaticClass(); \
friend NIAGARASIMCACHING_API UClass* ::Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneNiagaraCacheTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NiagaraSimCaching"), Z_Construct_UClass_UMovieSceneNiagaraCacheTrack_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneNiagaraCacheTrack) \
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneNiagaraCacheTrack*>(this); }
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_19_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NIAGARASIMCACHING_API UMovieSceneNiagaraCacheTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneNiagaraCacheTrack) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARASIMCACHING_API, UMovieSceneNiagaraCacheTrack); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneNiagaraCacheTrack); \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneNiagaraCacheTrack(UMovieSceneNiagaraCacheTrack&&) = delete; \
UMovieSceneNiagaraCacheTrack(const UMovieSceneNiagaraCacheTrack&) = delete; \
NIAGARASIMCACHING_API virtual ~UMovieSceneNiagaraCacheTrack();
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_13_PROLOG
#define FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_19_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_19_INCLASS \
FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h_19_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneNiagaraCacheTrack;
// ********** End Class UMovieSceneNiagaraCacheTrack ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_NiagaraSimCaching_Source_NiagaraSimCaching_Public_Niagara_Sequencer_MovieSceneNiagaraCacheTrack_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -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 EmptyLinkFunctionForGeneratedCodeNiagaraSimCaching_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_NiagaraSimCaching;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_NiagaraSimCaching()
{
if (!Z_Registration_Info_UPackage__Script_NiagaraSimCaching.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/NiagaraSimCaching",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xB1A467E4,
0x4C8CE17F,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_NiagaraSimCaching.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_NiagaraSimCaching.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NiagaraSimCaching(Z_Construct_UPackage__Script_NiagaraSimCaching, TEXT("/Script/NiagaraSimCaching"), Z_Registration_Info_UPackage__Script_NiagaraSimCaching, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xB1A467E4, 0x4C8CE17F));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// 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

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Plugins\FX\NiagaraSimCaching\Source\NiagaraSimCaching\Public\Niagara\Sequencer\MovieSceneNiagaraCacheSection.h
D:\UE_5_7_1\Engine\Plugins\FX\NiagaraSimCaching\Source\NiagaraSimCaching\Public\Niagara\Sequencer\MovieSceneNiagaraCacheTrack.h
D:\UE_5_7_1\Engine\Plugins\FX\NiagaraSimCaching\Source\NiagaraSimCaching\Private\Niagara\Sequencer\MovieSceneNiagaraCacheTemplate.h