UFunction
Inheritance
Metamethods
__call
- Usage:
UFunction(UFunctionParams...) - Return type:
auto - Attempts to call the
UFunctionand returns the result, if any. - If the
UFunctionis obtained without a context (e.g. fromStaticFindObject), aUObjectcontext must be passed as the first parameter.
Methods
GetFunctionFlags()
- Return type:
integer - Returns: the flags for the
UFunction.
SetFunctionFlags(integer Flags)
- Sets the flags for the
UFunction.
小莫的维基库