Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CFunctionType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CFunctionType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CFunctionType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CFunctionType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ParamTypes | TRangeView< CTypeBase const *const *, CTypeBase const *const * > | uLang/Semantics/SemanticTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _bImplicitlySpecialized | bool | uLang/Semantics/SemanticTypes.h | ||
| _Effects | SEffectSet | uLang/Semantics/SemanticTypes.h | ||
| _ParamsType | const CTypeBase * | uLang/Semantics/SemanticTypes.h | ||
| _ReturnType | const CTypeBase & | uLang/Semantics/SemanticTypes.h | ||
| _TypeVariables | TArray< const CTypeVariable * > | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BuildEffectAttributeCode
(
CUTF8StringBuilder& Builder |
uLang/Semantics/SemanticTypes.h | ||
void BuildParameterBlockCode
(
CUTF8StringBuilder& Builder, |
uLang/Semantics/SemanticTypes.h | ||
void BuildTypeVariableCode
(
CUTF8StringBuilder& Builder, |
uLang/Semantics/SemanticTypes.h | ||
void BuildTypeVariableCode
(
CUTF8StringBuilder& Builder, |
uLang/Semantics/SemanticTypes.h | ||
bool CanBeCalledFromPredicts() |
uLang/Semantics/SemanticTypes.h | ||
SEffectSet GetEffects() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase & GetParamsType() |
uLang/Semantics/SemanticTypes.h | ||
ParamTypes GetParamTypes() |
uLang/Semantics/SemanticTypes.h | ||
const CTypeBase & GetReturnType() |
uLang/Semantics/SemanticTypes.h | ||
const TArray< const CTypeVariable * > & GetTypeVariables() |
uLang/Semantics/SemanticTypes.h | ||
bool ImplicitlySpecialized() |
uLang/Semantics/SemanticTypes.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ParamTypes AsParamTypes
(
CTypeBase const*const& Type |
uLang/Semantics/SemanticTypes.h | ||
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram&, |
uLang/Semantics/SemanticTypes.h | ||
static const CTypeBase * GetOrCreateParamType
(
CSemanticProgram&, |
uLang/Semantics/SemanticTypes.h |