Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCurveHandle
Description
Checks whether this handle is initialized.
A curve handle is considered initialized if it has an owner sequence.
| Name | IsInitialized |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h |
| Include Path | #include "Animation/CurveHandle.h" |
bool IsInitialized() const
true if initialized, false otherwise.