| bIsConst |
bool |
Flag for a constant function. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| bIsConstReturnType |
bool |
Flag if the returned value is constant. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| bIsOverride |
bool |
Flag if the function is a virtual override. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| Body |
FString |
Raw string to insert as the Function implementation. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| Name |
FWebAPINameVariant |
Name with optional prefix, namespace, etc. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| Parameters |
TArray< TSharedPtr< FWebAPICodeGenFunctionParameter > > |
Parameters for this function. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|
| ReturnType |
FWebAPITypeNameVariant |
The type to return. If unspecified it will be void. |
CodeGen/Dom/WebAPICodeGenFunction.h |
|