ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
CodeFileGenerator Member List

This is the complete list of members for CodeFileGenerator, including all inherited members.

AccessModifier(const FString &Text)CodeFileGenerator
Block(const bool bIndent, Lambda Content, const bool bSemicolonAtEnd=false)CodeFileGenerator
Class(const FString &Classname, const FString &Comment, const bool bUClass, Lambda Content, const FString &UClassSpecifiers="BlueprintType")CodeFileGenerator
CodeFileGenerator(const FString &Path, const bool bHeader, Lambda ContentGenerator)CodeFileGenerator
Comment(const FString &Text)CodeFileGenerator
Enum(const FString &Enumname, const FString &Comment, const bool bUEnum, TArray< Type > Values)CodeFileGenerator
Line(const FString &Line="", const bool bSemicolon=false, const bool bIndent=true, const int IndentOffset=0)CodeFileGenerator
Method(const FString &ReturnType, const FString &Name, const FString &Parameters="", Lambda Definition=nullptr, const FString &Comment="", const bool bUFunction=false, const FString &UFunctionSpecifiers="", const FString &MethodSpecifiers="")CodeFileGenerator
SafeExecute(Lambda Lamb)CodeFileGenerator
SafeExecute(nullptr_t Lamb) (defined in CodeFileGenerator)CodeFileGeneratorinline
Struct(const FString &Structname, const FString &Comment, const bool bUStruct, Lambda Content, const FString &InlineDeclaration="")CodeFileGenerator
UFunctionMacro(const FString &Specifiers)CodeFileGenerator
UInterface(const FString &Classname, const FString &UInterfaceSpecifiers, const FString &Comment, Lambda Content)CodeFileGenerator
UPropertyMacro(const FString &Specifiers)CodeFileGenerator
Variable(const FString &Type, const FString &Name, const FString &Value="", const FString &Comment="", const bool bUProperty=false, const FString &UPropertySpecifiers="VisibleAnywhere, BlueprintReadOnly")CodeFileGenerator