UDataRegistrySubsystem::EvaluateCachedCurve

Computes an evaluated curve value, as well as the actual curve if it is found.

Windows
MacOS
Linux

References

Module

DataRegistry

Header

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h

Include

#include "DataRegistrySubsystem.h"

Source

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp

Syntax

FDataRegistryCacheGetResult EvaluateCachedCurve
(
    float & OutValue,
    const FRealCurve *& OutCurve,
    FDataRegistryId ItemId,
    float InputValue,
    float DefaultValue
) const

Remarks

Computes an evaluated curve value, as well as the actual curve if it is found. The return value specifies the cache safety for the curve

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss