Create Curve
Create a float, vector or colour curve asset. It starts with no keys, which means it evaluates to zero everywhere until something adds some.
hf_create_curveWriteArguments
| Name | Type | Description |
|---|---|---|
destinationreq | string | Where to create it, /Game/Folder/C_Name. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
kind | string = float | float | vector | color |
Related tools
Nearby in Data assets:
- Add Data Table Row
- Add Enum Entry
- Add Struct Member
- Audit Data Tables
- Create Data Table
- Create Enum
- Create Struct
- Describe Curve
All 25 tools in Data assets — 16 more not listed here.