Added TodoFunc

This commit is contained in:
2025-07-09 01:47:49 +02:00
parent 92fecc4e67
commit d9171561a8
4 changed files with 15 additions and 1 deletions

5
.gitignore vendored
View File

@ -80,3 +80,8 @@ DerivedDataCache/*
encodeing.xml encodeing.xml
indexLayout.xml indexLayout.xml
vcs.xml vcs.xml
*.sln*
Content/Yotta2025/
Content/Yotta2025/DTFlluxModel/Yotta2025DataAsset.uasset
Yotta2025Editor.Target.cs

View File

@ -9,6 +9,7 @@ public class Yotta2025EditorTarget : TargetRules
{ {
Type = TargetType.Editor; Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V5; DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_6;
ExtraModuleNames.AddRange( new string[] { "Yotta2025" } ); ExtraModuleNames.AddRange( new string[] { "Yotta2025" } );
} }

8
TodoFunc.md Normal file
View File

@ -0,0 +1,8 @@
# TODO List
## CPP
- [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)``
- [ ] ``GetStageStartTime(const int ContestId, const int StageId)``
## BP