Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTangentSpline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetClosedLoop
(
bool bInClosedLoop |
Curves/Splines/TangentSpline.h | ||
void SetClosedLoop
(
bool bInClosedLoop, |
Curves/Splines/TangentSpline.h |
SetClosedLoop(bool)
| Name | SetClosedLoop |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Splines/TangentSpline.h |
| Include Path | #include "Curves/Splines/TangentSpline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Splines/TangentSpline.cpp |
virtual void SetClosedLoop
(
bool bInClosedLoop
)
SetClosedLoop(bool, bool)
| Name | SetClosedLoop |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Splines/TangentSpline.h |
| Include Path | #include "Curves/Splines/TangentSpline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Splines/TangentSpline.cpp |
void SetClosedLoop
(
bool bInClosedLoop,
bool bUpdateSpline
)