You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Copying //UE4/Dev-Build to Dev-Main (//UE4/Dev-Main)
#rb none #rnx #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: ben.marsh #ROBOMERGE-SOURCE: CL 6631504 in //UE4/Main/... #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v365-6733468) [CL 6748759 by ben marsh in Dev-Anim branch]
This commit is contained in:
@@ -215,6 +215,17 @@ namespace Tools.DotNETCommon
|
||||
WriteValueInternal(Name, Value ? "true" : "false");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Write a field name and enum value
|
||||
/// </summary>
|
||||
/// <typeparam name="T">The enum type</typeparam>
|
||||
/// <param name="Name">Name of the field</param>
|
||||
/// <param name="Value">Value for the field</param>
|
||||
public void WriteEnumValue<T>(string Name, T Value) where T : struct
|
||||
{
|
||||
WriteValue(Name, Value.ToString());
|
||||
}
|
||||
|
||||
void WriteCommaNewline()
|
||||
{
|
||||
if (bRequiresComma)
|
||||
|
||||
Reference in New Issue
Block a user