Structs§
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.