|
Nuke.Unreal
Build Unreal apps in Style.
|
Classes | |
| struct | ConfigCommand |
| Structural representation of a config line in Unreal. More... | |
| class | ConfigCommon |
| Utilities for parsing Unreal configuration files. More... | |
| class | ConfigIni |
| The root class representing Unreal INI configuration. More... | |
| class | ConfigSection |
Represents a section block in an Unreal INI configuration under a [SectionName] header. More... | |
Enumerations | |
| enum | CommandType { Set = 0 , Add = '+' , Remove = '-' , Clear = '!' , Comment = ';' } |
| Unreal INI config items are read top to bottom, reading like individual commands, especially when manipulating Unreal containers. This is why Nuke.Unreal.Ini refers to config lines as 'Commands'. More... | |
Unreal INI config items are read top to bottom, reading like individual commands, especially when manipulating Unreal containers. This is why Nuke.Unreal.Ini refers to config lines as 'Commands'.
Definition at line 11 of file ConfigCommand.cs.