Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SCurveEditor
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SCurveEditor.h |
| Include | #include "SCurveEditor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/SCurveEditor.cpp |
UObject &42; CreateCurveObject
&40;
TSubclassOf< UCurveBase > CurveType,
UObject &42; PackagePtr,
FName & AssetName
&41;
Remarks
- Function to create a curve object and return its reference.
- Reference to the newly created curve object
Parameters
| Name | Description |
|---|---|
| 1 | Type of curve to create |
| 2 | Reference to the package in which the asset has to be created |
| 3 | Name of asset |