Added TodoFunc
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||||
|
|||||||
Binary file not shown.
@ -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
8
TodoFunc.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# TODO List
|
||||||
|
|
||||||
|
## CPP
|
||||||
|
|
||||||
|
- [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)``
|
||||||
|
- [ ] ``GetStageStartTime(const int ContestId, const int StageId)``
|
||||||
|
|
||||||
|
## BP
|
||||||
Reference in New Issue
Block a user