Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExprInterfaceDefinition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprInterfaceDefinition
(
CInterface& Interface, |
uLang/Semantics/Expression.h | ||
CExprInterfaceDefinition
(
CInterface& Interface, |
uLang/Semantics/Expression.h |
CExprInterfaceDefinition(CInterface &, EVstMappingType)
| Name | CExprInterfaceDefinition |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
CExprInterfaceDefinition
(
CInterface & Interface,
EVstMappingType VstMappingType
)
CExprInterfaceDefinition(CInterface &, TArray< TSRef< CExpressionBase > > &&, TArray< TSRef< CExpressionBase > > &&, EVstMappingType)
| Name | CExprInterfaceDefinition |
| 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 |
CExprInterfaceDefinition
(
CInterface & Interface,
TArray< TSRef< CExpressionBase > > && SuperInterfaces,
TArray< TSRef< CExpressionBase > > && Members,
EVstMappingType
)