SampleHistoryWrapper
Last edited bySimple_AOB10/16/2025
_NODISCARD bool IsNull() const
operator bool() const
SampleRecordSettingsWrapper GetRecordSettings()
void SetRecordSettings(SampleRecordSettingsWrapper newRecordSettings)
| Parameter | Type | Description |
|---|---|---|
| newRecordSettings | SampleRecordSettingsWrapper | --- |
UnrealStringWrapper GetTitle()
float GetYMin()
void SetYMin(float newYMin)
| Parameter | Type | Description |
|---|---|---|
| newYMin | float | --- |
float GetYMax()
void SetYMax(float newYMax)
| Parameter | Type | Description |
|---|---|---|
| newYMax | float | --- |
float GetGoodValue()
void SetGoodValue(float newGoodValue)
| Parameter | Type | Description |
|---|---|---|
| newGoodValue | float | --- |
float GetBadValue()
void SetBadValue(float newBadValue)
| Parameter | Type | Description |
|---|---|---|
| newBadValue | float | --- |
float GetBaseValue()
void SetBaseValue(float newBaseValue)
| Parameter | Type | Description |
|---|---|---|
| newBaseValue | float | --- |
StructArrayWrapper GetSamples()
int GetSampleIndex()
void SetSampleIndex(int newSampleIndex)
| Parameter | Type | Description |
|---|---|---|
| newSampleIndex | int | --- |
float GetAccumTime()
void SetAccumTime(float newAccumTime)
| Parameter | Type | Description |
|---|---|---|
| newAccumTime | float | --- |
RecordedSample GetPendingSample()
void SetPendingSample(RecordedSample newPendingSample)
| Parameter | Type | Description |
|---|---|---|
| newPendingSample | RecordedSample | --- |
unsigned long GetbHasPendingSample()
void SetbHasPendingSample(unsigned long newbHasPendingSample)
| Parameter | Type | Description |
|---|---|---|
| newbHasPendingSample | unsigned long | --- |
void Tick(float DeltaTime)
| Parameter | Type | Description |
|---|---|---|
| DeltaTime | float | --- |
void AddSample(float NewValue)
| Parameter | Type | Description |
|---|---|---|
| NewValue | float | --- |
float GetSummaryValue(unsigned char Type, float MaxSampleAge, unsigned long bAbsoluteValue)
| Parameter | Type | Description |
|---|---|---|
| Type | unsigned char | --- |
| MaxSampleAge | float | --- |
| bAbsoluteValue | unsigned long | --- |
SampleHistoryWrapper SetBaseValue2(float InBaseValue)
| Parameter | Type | Description |
|---|---|---|
| InBaseValue | float | --- |
SampleHistoryWrapper SetGoodBadValues(float InGoodValue, float InBadValue)
| Parameter | Type | Description |
|---|---|---|
| InGoodValue | float | --- |
| InBadValue | float | --- |
SampleHistoryWrapper SetGraphMaxMin(float MaxValue, float MinValue)
| Parameter | Type | Description |
|---|---|---|
| MaxValue | float | --- |
| MinValue | float | --- |
SampleHistoryWrapper SetTitle(std::string InTitle)
| Parameter | Type | Description |
|---|---|---|
| InTitle | std::string | --- |