Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Behaviour > API/Plugins/RemoteControlLogic/Behaviour/Builtin > API/Plugins/RemoteControlLogic/Behaviour/Builtin/RangeMap
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/RangeMap/RCRangeMapBehaviour.h |
| Include | #include "Behaviour/Builtin/RangeMap/RCRangeMapBehaviour.h" |
Syntax
USTRUCT&40;&41;
struct FRCRangeMapInput
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< URCVirtualPropertySelfContainer > | InputProperty | The Value which we use represent the action based on a normalized step. | |
| TObjectPtr< URCVirtualPropertySelfContainer > | PropertyValue | The Property this Action holds and will be used for calculations for the lerp. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCRangeMapInput
(
URCVirtualPropertySelfContainer* InSelfContainer, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetInputValue
(
double& OutValue |
Returns the Step value from the virtual property, safely |