Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CClassDefinition
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticClass.h |
| Include | #include "uLang/Semantics/SemanticClass.h" |
CClassDefinition
(
const CSymbol & ClassName,
CScope & EnclosingScope,
CClass * Superclass,
TArray < CInterface * > && SuperInterfaces,
EStructOrClass StructOrClass
)