Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprNumber
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE CExprNumber () |
uLang/Semantics/Expression.h | ||
CExprNumber
(
CSemanticProgram&, |
uLang/Semantics/Expression.h | ||
CExprNumber
(
CSemanticProgram&, |
uLang/Semantics/Expression.h |
CExprNumber()
| Name | CExprNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
ULANG_FORCEINLINE CExprNumber()
CExprNumber(CSemanticProgram &, Integer)
| Name | CExprNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/Expression.cpp |
CExprNumber
(
CSemanticProgram &,
Integer
)
CExprNumber(CSemanticProgram &, Float)
| Name | CExprNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/Expression.cpp |
CExprNumber
(
CSemanticProgram &,
Float
)