Go to the source code of this file.
|
| CInterface * | uLang::InstantiateInterface (const CInterface &Interface, ETypePolarity Polarity, const TArray< STypeVariableSubstitution > &Substitutions) |
| |
| CInterface * | uLang::InstantiatePositiveInterface (const CInterface &Interface, const TArray< STypeVariableSubstitution > &Substitutions) |
| |
| TArray< STypeVariableSubstitution > | uLang::InstantiateTypeVariableSubstitutions (const TArray< STypeVariableSubstitution > &TypeVariables, const TArray< STypeVariableSubstitution > &Substitutions) |
| |
| TArray< CInterface * > | uLang::InstantiatePositiveInterfaces (const TArray< CInterface * > &Interfaces, const TArray< STypeVariableSubstitution > &Substitutions) |
| |
| TArray< CInterface * > | uLang::GetNegativeInterfaces (const TArray< CInterface * > &Interfaces) |
| |
| void | uLang::InstantiatePositiveFunction (CLogicalScope &InstScope, const CNormalType &InstType, const CFunction &Function, const TArray< STypeVariableSubstitution > &Substitutions) |
| |
| void | uLang::SetInstantiatedOverriddenDefinition (CDefinition &InstDefinition, const CNormalType &InstType, const CDefinition &Definition) |
| |
| TSRef< CFunction > | uLang::CreateNegativeMemberFunction (CLogicalScope &NegativeScope, const CFunction &PositiveFunction) |
| |
| void | uLang::SetNegativeInterfaceMemberDefinitionTypes (const CInterface &PositiveInterface) |
| |
| void | uLang::SetNegativeMemberDefinitionType (CFunction &NegativeFunction, const CFunction &PositiveFunction) |
| |
◆ UE_API