diff --git a/.gitignore b/.gitignore index 08124a3..25365d0 100644 --- a/.gitignore +++ b/.gitignore @@ -79,4 +79,9 @@ DerivedDataCache/* .name encodeing.xml indexLayout.xml -vcs.xml \ No newline at end of file +vcs.xml +*.sln* + +Content/Yotta2025/ +Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset +Yotta2025Editor.Target.cs diff --git a/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset b/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset index 2254105..72291d0 100644 Binary files a/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset and b/Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset differ diff --git a/Source/Yotta2025Editor.Target.cs b/Source/Yotta2025Editor.Target.cs index 22c1b96..bca2891 100644 --- a/Source/Yotta2025Editor.Target.cs +++ b/Source/Yotta2025Editor.Target.cs @@ -9,6 +9,7 @@ public class Yotta2025EditorTarget : TargetRules { Type = TargetType.Editor; DefaultBuildSettings = BuildSettingsVersion.V5; + IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_6; ExtraModuleNames.AddRange( new string[] { "Yotta2025" } ); } diff --git a/TodoFunc.md b/TodoFunc.md new file mode 100644 index 0000000..2088d3c --- /dev/null +++ b/TodoFunc.md @@ -0,0 +1,8 @@ +# TODO List + +## CPP + +- [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)`` +- [ ] ``GetStageStartTime(const int ContestId, const int StageId)`` + +## BP \ No newline at end of file