Skip to content

ReturnValue

GeckoN edited this page Jan 27, 2017 · 5 revisions

Represents a return value of a reflection function call.

Namespace: Reflection

The HTML documentation can be found here.

Methods

| Method | Description | | --- | --- | --- | | bool HasReturnValue() const | Returns whether there is a return value or not. | | any@ ToAny() const | Returns the return value as an any instance, if there was a return value. |

Clone this wiki locally