FCurveHandle::FCurveHandle

Creates and initializes a curve handle.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Animation/CurveHandle.h

Include

#include "Animation/CurveHandle.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Animation/CurveHandle.cpp

Syntax

FCurveHandle
(
    const struct FCurveSequence * InOwnerSequence,
    int32 InCurveIndex
)

Remarks

Creates and initializes a curve handle.

Parameters

Parameter

Description

InOwnerSequence

The curve sequence that owns this handle.

InCurveIndex

The index of this handle.

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