Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a profile block macro invocation in the AST.
| Name | CExprProfileBlock |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprProfileBlock : public uLang::CExprSubBlockBase
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprSubBlockBase → CExprProfileBlock
- CAttributable → CExpressionBase → CExprSubBlockBase → CExprProfileBlock
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _UserTag | TSPtr< uLang::CExpressionBase > | uLang/Semantics/Expression.h |