// 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 下载量 39 浏览量
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
- 资源: 38
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 飞书文档下载工具,解除飞书文档复制限制
- 7fe9198d9e3a020dd32b09bda2cdd7ab_1731557932240_1
- VaM_Updater.zip
- C#MVC5+EasyUI企业快速开发框架源码 BS开发框架源码数据库 SQL2012源码类型 WebForm
- zblog站群:zblog seo站群高收录排名全地域霸屏
- 【安卓毕业设计】数独联网对战APP源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】Android天气小作业源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】群养猪生长状态远程监测源码(完整前后端+mysql+说明文档).zip
- 【安卓毕业设计】奶牛管理新加功能源码(完整前后端+mysql+说明文档).zip
- C#.NET公墓陵园管理系统源码数据库 SQL2008源码类型 WebForm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功