Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/CurveTable.h |
Include |
#include "Engine/CurveTable.h" |
struct FCurveTableRowHandle
Handle to a particular row in a table.
Name | Description | ||
---|---|---|---|
|
TObjectPtr< con... |
CurveTable |
Pointer to table we want a row from |
|
RowName |
Name of row in the table that we want |
Name | Description | |
---|---|---|
|
FCurveTableRowHandle() |
Name | Description | ||
---|---|---|---|
|
float |
Eval ( |
Evaluate the curve if it is valid |
|
Eval ( |
Evaluate the curve if it is valid |
|
|
FRealCurve &... |
GetCurve |
Get the curve straight from the row handle |
|
FRichCurve &... |
GetRichCurve |
Get the rich curve straight from the row handle |
|
FSimpleCurve... |
GetSimpleCurve |
Get the simple curve straight from the row handle |
|
IsNull() |
Returns true if this handle is specifically pointing to nothing |
|
|
IsValid ( |
Returns true if the curve is valid |
|
|
PostSerialize ( |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |