8#include "IndexedCurve.generated.h"
36 EnsureAllIndicesHaveHandles();
37 return KeyHandlesToIndices.CreateConstIterator();
82 ENGINE_API void EnsureAllIndicesHaveHandles_Internal(
int32 NumKeys)
const;
107 WithPureVirtual =
true,
#define PURE_VIRTUAL(func,...)
Definition CoreMiscDefines.h:103
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define USTRUCT(...)
Definition ObjectMacros.h:746
#define GENERATED_USTRUCT_BODY(...)
Definition ObjectMacros.h:767
Definition IndexedCurve.h:18
FIndexedCurve()
Definition IndexedCurve.h:24
FKeyHandle GetLastKeyHandle() const
Definition IndexedCurve.h:59
virtual int32 GetNumKeys() const PURE_VIRTUAL(FIndexedCurve
Definition IndexedCurve.h:41
void EnsureAllIndicesHaveHandles() const
Definition IndexedCurve.h:78
TArray< FKeyHandle >::TConstIterator GetKeyHandleIterator() const
Definition IndexedCurve.h:34
virtual ~FIndexedCurve()
Definition IndexedCurve.h:26
void EnsureIndexHasAHandle(int32 KeyIndex) const
Definition IndexedCurve.h:79
const int32 * FindIndex(FKeyHandle KeyHandle) const
Definition IndexedCurve.h:87
Definition KeyHandle.h:69
Definition KeyHandle.h:15
static ENGINE_API FKeyHandle Invalid()
Definition KeyHandle.cpp:37
Definition StructOpsTypeTraits.h:11
Definition StructOpsTypeTraits.h:46