Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
Nuke.Unreal.BoilerplateGenerators.PluginGenerator Class Reference
Inheritance diagram for Nuke.Unreal.BoilerplateGenerators.PluginGenerator:
Nuke.Unreal.BoilerplateGenerators.BoilerplateGenerator

Public Member Functions

void Generate (AbsolutePath templatesPath, AbsolutePath currentFolder, string name, EngineVersion ueVersion)
 

Protected Attributes

PluginModel? Model
 

Properties

string TemplateSubfolder [get]
 
- Properties inherited from Nuke.Unreal.BoilerplateGenerators.BoilerplateGenerator
static AbsolutePath DefaultTemplateFolder [get]
 

Additional Inherited Members

- Static Protected Member Functions inherited from Nuke.Unreal.BoilerplateGenerators.BoilerplateGenerator
static void CheckErrors (Template template)
 
static void RenderFile (AbsolutePath templateRoot, RelativePath source, AbsolutePath destinationFolder, object model)
 Render a file from a scriban template.
 
static void RenderFolder (AbsolutePath templateRoot, AbsolutePath destinationFolder, object model, AbsolutePath? currentFolder=null)
 Render scriban templated scaffoldings and files to destination folder.
 

Detailed Description

Definition at line 16 of file PluginGenerator.cs.

Member Function Documentation

◆ Generate()

void Nuke.Unreal.BoilerplateGenerators.PluginGenerator.Generate ( AbsolutePath templatesPath,
AbsolutePath currentFolder,
string name,
EngineVersion ueVersion )

Definition at line 21 of file PluginGenerator.cs.

Member Data Documentation

◆ Model

PluginModel? Nuke.Unreal.BoilerplateGenerators.PluginGenerator.Model
protected

Definition at line 18 of file PluginGenerator.cs.

Property Documentation

◆ TemplateSubfolder

string Nuke.Unreal.BoilerplateGenerators.PluginGenerator.TemplateSubfolder
get

Definition at line 19 of file PluginGenerator.cs.


The documentation for this class was generated from the following file: