Navigation
API > API/Plugins > API/Plugins/DataRegistry > API/Plugins/DataRegistry/UDataRegistrySubsystem
Description
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
| Name | EvaluateCachedCurve |
| Type | function |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
| Source | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistrySubsystem.cpp |
FDataRegistryCacheGetResult EvaluateCachedCurve
(
float & OutValue,
const FRealCurve *& OutCurve,
FDataRegistryId ItemId,
float InputValue,
float DefaultValue
) const