Skip to main content

Module schema

Module schema 

Source

Structs§

ClassInfo
ClassesFile
EnumInfo
EnumsFile
FunctionInfo
ParamInfo
PropertyInfo
StructInfo
StructsFile

Constants§

CPF_CONST_PARM
This is a constant function parameter.
CPF_NATIVE_ACCESS_PRIVATE
Private native access specifier.
CPF_NATIVE_ACCESS_PROTECTED
Protected native access specifier.
CPF_OUT_PARM
Value is copied out after function call.
CPF_REFERENCE_PARM
Value is passed by reference; CPF_OUT_PARM and CPF_PARM should also be set.
CPF_RETURN_PARM
Return value.
FUNC_BLUEPRINT_EVENT
Function can be overridden/implemented from a blueprint.
FUNC_NATIVE
Native function.
FUNC_STATIC
Static function.