ValueGraphRecorder (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


This article or section is a Stub. You can help the Neos Wiki by expanding it.


Value Graph Recorder component as seen in the Scene Inspector

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated
Enabled Bool Controls whether or not this component is enabled
User User
_machineId IField<float>
_userId String
SourceValue IField`1 The field that will be sampled for values.
UpdateInterval SyncArray<float> The interval, in seconds, that the source field will be sampled at.
Points IField<int> The number of samples to retain.
TargetArray SyncArray`1 The array to store samples in. Typically this will be the Values field in a StandaloneRectMesh<LineGraphMesh>.
TargetArrayOffset IField`1 The integer field containing the offset into the TargetArray to start storing samples at.
MinRangeAdjustThreshold Float
MinRangeAdjustMultiplier Float
MaxRangeAdjustThreshold IField<float>
MaxRangeAdjustMultiplier IField<float>
RangeMin IField`1
RangeMax SyncArray<float>
Drive IField<int>
_arrayDrive IField<float>
_arrayOffsetDrive IField<float>
_rangeMinDrive IField`1
_rangeMaxDrive IField`1

Usage

Examples

Related Components