# RemoteUnrealParam

This is a dynamic wrapper for any and all types & classes.

> Whether the Remote or Local variant is used depends on the requirements of the data but the usage is identical with either param types.

## Inheritance
[RemoteObject](./remoteobject.md)

## Methods

### Get() / get()

- **Return type:** `auto`
- **Returns:** the underlying value for this param.

## set(auto NewValue)

- Sets the underlying value for this param.

## type()

- **Return type:** `string`
- **Returns:** "RemoteUnrealParam".