Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FDateTime > API/Runtime/Core/Misc/FDateTime/GetDate
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
Include | #include "Misc/DateTime.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp |
void GetDate
&40;
int32 & OutYear,
int32 & OutMonth,
int32 & OutDay
&41; const
Remarks
Gets the date components of this date.
Parameters
Name | Description |
---|---|
OutYear | Will contain the year. |
OutMonth | Will contain the number of the month (1-12). |
OutDay | Will contain the number of the day (1-31). |