FKeyHandleLookupTable::FindOrAddKeyHandle

Attempt to find the handle for the specified index, or allocate a new one if it doesn't have one

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/KeyHandle.h

Include

#include "Curves/KeyHandle.h"

Source

/Engine/Source/Runtime/Engine/Private/Curves/KeyHandle.cpp

Syntax

FKeyHandle FindOrAddKeyHandle
(
    int32 Index
)

Remarks

Attempt to find the handle for the specified index, or allocate a new one if it doesn't have one

Returns

A valid key handle for the specified index

Parameters

Parameter

Description

Index

The index to find or allocate a handle for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss