Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FKeyHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyHandle () |
Curves/KeyHandle.h | ||
FKeyHandle
(
uint32 SpecificIndex |
Private constructor from a specific index - only for use in FKeyHandle::Invalid to avoid allocating new handles unnecessarily | Curves/KeyHandle.h |
FKeyHandle()
| Name | FKeyHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/KeyHandle.h |
| Include Path | #include "Curves/KeyHandle.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/KeyHandle.cpp |
FKeyHandle()
FKeyHandle(uint32)
Description
Private constructor from a specific index - only for use in FKeyHandle::Invalid to avoid allocating new handles unnecessarily
| Name | FKeyHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/KeyHandle.h |
| Include Path | #include "Curves/KeyHandle.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/KeyHandle.cpp |
FKeyHandle
(
uint32 SpecificIndex
)