// 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 "NewLine/Public/NewLineBPLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeNewLineBPLibrary() {}
// Cross Module References
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
ENGINE_API UClass* Z_Construct_UClass_UCurveFloat_NoRegister();
NEWLINE_API UClass* Z_Construct_UClass_UNewLineBPLibrary();
NEWLINE_API UClass* Z_Construct_UClass_UNewLineBPLibrary_NoRegister();
NEWLINE_API UEnum* Z_Construct_UEnum_NewLine_ETimelineBreakType();
NEWLINE_API UFunction* Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature();
NEWLINE_API UFunction* Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature();
NEWLINE_API UScriptStruct* Z_Construct_UScriptStruct_FTimelineEffectParams();
UPackage* Z_Construct_UPackage__Script_NewLine();
// End Cross Module References
struct Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics
{
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
#endif
static const UECodeGen_Private::FFunctionParams FuncParams;
};
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics::Function_MetaDataParams[] = {
#if !UE_BUILD_SHIPPING
{ "Comment", "// \xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe6\x9b\xb4\xe6\x96\xb0\xe4\xba\x8b\xe4\xbb\xb6\xe5\xa7\x94\xe6\x89\x98\n" },
#endif
{ "ModuleRelativePath", "Public/NewLineBPLibrary.h" },
#if !UE_BUILD_SHIPPING
{ "ToolTip", "\xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe6\x9b\xb4\xe6\x96\xb0\xe4\xba\x8b\xe4\xbb\xb6\xe5\xa7\x94\xe6\x89\x98" },
#endif
};
#endif
const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_NewLine, nullptr, "OnTimelineUpdate__DelegateSignature", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics::Function_MetaDataParams) };
UFunction* Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_NewLine_OnTimelineUpdate__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnTimelineUpdate_DelegateWrapper(const FScriptDelegate& OnTimelineUpdate)
{
OnTimelineUpdate.ProcessDelegate<UObject>(NULL);
}
struct Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics
{
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[];
#endif
static const UECodeGen_Private::FFunctionParams FuncParams;
};
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics::Function_MetaDataParams[] = {
#if !UE_BUILD_SHIPPING
{ "Comment", "// \xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe5\xae\x8c\xe6\x88\x90\xe4\xba\x8b\xe4\xbb\xb6\xe5\xa7\x94\xe6\x89\x98\n" },
#endif
{ "ModuleRelativePath", "Public/NewLineBPLibrary.h" },
#if !UE_BUILD_SHIPPING
{ "ToolTip", "\xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe5\xae\x8c\xe6\x88\x90\xe4\xba\x8b\xe4\xbb\xb6\xe5\xa7\x94\xe6\x89\x98" },
#endif
};
#endif
const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_NewLine, nullptr, "OnTimelineFinished__DelegateSignature", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics::Function_MetaDataParams) };
UFunction* Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_NewLine_OnTimelineFinished__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnTimelineFinished_DelegateWrapper(const FScriptDelegate& OnTimelineFinished)
{
OnTimelineFinished.ProcessDelegate<UObject>(NULL);
}
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_TimelineEffectParams;
class UScriptStruct* FTimelineEffectParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_TimelineEffectParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_TimelineEffectParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTimelineEffectParams, (UObject*)Z_Construct_UPackage__Script_NewLine(), TEXT("TimelineEffectParams"));
}
return Z_Registration_Info_UScriptStruct_TimelineEffectParams.OuterSingleton;
}
template<> NEWLINE_API UScriptStruct* StaticStruct<FTimelineEffectParams>()
{
return FTimelineEffectParams::StaticStruct();
}
struct Z_Construct_UScriptStruct_FTimelineEffectParams_Statics
{
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[];
#endif
static void* NewStructOps();
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_TotalTime_MetaData[];
#endif
static const UECodeGen_Private::FFloatPropertyParams NewProp_TotalTime;
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_LerpingCurve_MetaData[];
#endif
static const UECodeGen_Private::FObjectPropertyParams NewProp_LerpingCurve;
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_UpdateFrequency_MetaData[];
#endif
static const UECodeGen_Private::FFloatPropertyParams NewProp_UpdateFrequency;
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_bReverse_MetaData[];
#endif
static void NewProp_bReverse_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReverse;
#if WITH_METADATA
static const UECodeGen_Private::FMetaDataPairParam NewProp_bForceFinish_MetaData[];
#endif
static void NewProp_bForceFinish_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bForceFinish;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
static const UECodeGen_Private::FStructParams ReturnStructParams;
};
#if WITH_METADATA
const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FTimelineEffectParams_Statics::Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
#if !UE_BUILD_SHIPPING
{ "Comment", "// \xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe6\x95\x88\xe6\x9e\x9c\xe5\x8f\x82\xe6\x95\xb0\n" },
#endif
{ "ModuleRelativePath", "Public/NewLineBPLibrary.h" },
#if !UE_BUILD_SHIPPING
{ "ToolTip", "\xe6\x97\xb6\xe9\x97\xb4\xe8\xbd\xb4\xe6\x95\x88\xe6\x9e\x9c\xe5\x8f\x82\xe6\x95\xb0" },
#endif
};
#endif
void* Z_Construct_UScriptStruct_FTimelineEffectParams_Statics::NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruc
没有合适的资源?快使用搜索试试~ 我知道了~
NewLine.zip
共49个文件
rsp:5个
pdb:5个
exp:5个
需积分: 0 0 下载量 34 浏览量
2024-09-05
23:36:29
上传
评论
收藏 44.41MB ZIP 举报
温馨提示
NewLine.zip
资源推荐
资源详情
资源评论
收起资源包目录
NewLine.zip (49个子文件)
NewLine
Source
NewLine
Private
NewLineBPLibrary.cpp 5KB
NewLine.cpp 599B
Public
NewLineBPLibrary.h 3KB
NewLine.h 298B
NewLine.Build.cs 1KB
NewLine.uplugin 464B
Intermediate
Build
BuildRules
NewLineModuleRulesManifest.json 135B
NewLineModuleRules.dll 3KB
NewLineModuleRules.pdb 12KB
Win64
x64
UnrealEditor
Development
NewLine
NewLine.Shared.rsp 13KB
UnrealEditor-NewLine.sup.exp 4KB
Module.NewLine.cpp.obj.rsp 1KB
Module.NewLine.cpp.dep.json 2KB
UnrealEditor-NewLine.lib 8KB
Default.rc2.res 24KB
Module.NewLine.cpp.lc.obj 1.01MB
Definitions.NewLine.h 1KB
Definitions.NewLine.h.old 577B
Module.NewLine.cpp.dep.lc.json 2KB
UnrealEditor-NewLine.dll.rsp 2KB
UnrealEditor-NewLine.exp 4KB
LiveCodingInfo.json 192B
Module.NewLine.cpp.obj 1MB
Module.NewLine.cpp 536B
UnrealEditor-NewLine.lib.rsp 622B
Module.NewLine.cpp.obj.rsp.lc 1KB
Default.rc2.res.rsp 2KB
UnrealEditor-NewLine.sup.lib 8KB
UnrealEditor
Inc
NewLine
UHT
NewLineClasses.h 353B
NewLine.init.gen.cpp 2KB
Timestamp 78B
NewLineBPLibrary.generated.h 5KB
NewLineBPLibrary.gen.cpp 34KB
Resources
Icon128.png 12KB
Content
Binaries
Win64
UnrealEditor.modules 92B
UnrealEditor-NewLine.patch_2.lib 2KB
UnrealEditor-NewLine.patch_0.lib 2KB
UnrealEditor-NewLine.patch_1.exp 784B
UnrealEditor-NewLine.patch_0.exp 784B
UnrealEditor-NewLine.patch_2.exp 784B
UnrealEditor-NewLine.patch_0.pdb 50.18MB
UnrealEditor-NewLine.patch_2.pdb 50.18MB
UnrealEditor-NewLine.patch_0.exe 60KB
UnrealEditor-NewLine.patch_1.lib 2KB
UnrealEditor-NewLine.dll 107KB
UnrealEditor-NewLine.patch_1.pdb 50.21MB
UnrealEditor-NewLine.pdb 50.33MB
UnrealEditor-NewLine.patch_2.exe 60KB
UnrealEditor-NewLine.patch_1.exe 62KB
共 49 条
- 1
资源评论
记昨日书啊
- 粉丝: 35
- 资源: 35
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- springboot232青年公寓服务平台.zip
- 汽车平顺性分析,动力学分析,3自由度,5自由度,7自由度,14自由度汽车动力学模型及控制
- springboot233大学生就业需求分析系统.zip
- springboot234基于Spring Boot的疗养院管理系统的设计与实现.zip
- springboot237毕业设计成绩管理系统的设计与实现.zip
- springboot235基于SpringBoot的房屋交易平台的设计与实现.zip
- springboot236基于springboot在线课程管理系统的设计与实现.zip
- springboot239华府便利店信息管理系统.zip
- springboot240基于Spring boot的名城小区物业管理系统.zip
- 哈里斯鹰HHO优化算法对BP的权值和阈值做优化,建立多特征输入单个因变量输出的拟合预测模型 程序内注释详细,直接替数据就可以用 程序语言为matlab 程序具体运行效果如下图所示 想要的请加好
- springboot238光影视频.zip
- springboot242基于SpringBoot的失物招领平台的设计与实现.zip
- springboot243基于SpringBoot的小学生身体素质测评管理系统设计与实现.zip
- springboot241基于SpringBoot+Vue的电商应用系统的设计与实现.zip
- com.baidu.searchbox_13.81.1.10.apk
- springboot245科研项目验收管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功