Navigation
API > API/Runtime > API/Runtime/Engine
Curve table composed of a stack of other curve tables.
| Name | UCompositeCurveTable |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/CompositeCurveTable.h |
| Include Path | #include "Engine/CompositeCurveTable.h" |
Syntax
UCLASS (MinimalAPI)
class UCompositeCurveTable : public UCurveTable
Inheritance Hierarchy
- FCurveOwnerInterface → UCurveTable → UCompositeCurveTable
- UObjectBase → UObjectBaseUtility → UObject → UCurveTable → UCompositeCurveTable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCompositeCurveTable
(
const FObjectInitializer& ObjectInitializer |
Engine/CompositeCurveTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendParentTables
(
const TArray< UCurveTable* >& NewTables |
Support for runtime modification of parent tables, Be aware this can be slow and can cause hitches during gameplay | Engine/CompositeCurveTable.h |
Overridden from UCurveTable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EmptyTable() |
Empty the table info (will not clear RowCurve) | Engine/CompositeCurveTable.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Engine/CompositeCurveTable.h | |||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Engine/CompositeCurveTable.h | ||
virtual void PostEditUndo() |
Engine/CompositeCurveTable.h | ||
virtual void PostLoad() |
Engine/CompositeCurveTable.h | ||
virtual void Serialize
(
FArchive& Ar |
Engine/CompositeCurveTable.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UCompositeCurveTable * FindLoops
(
TArray< const UCompositeCurveTable* > AlreadySeenTables |
Searches the parent tables to see if there are any loops. | Engine/CompositeCurveTable.h | |
void OnParentTablesUpdated
(
EPropertyChangeType::Type ChangeType |
Engine/CompositeCurveTable.h | ||
void UpdateCachedRowMap
(
bool bWarnOnInvalidChildren |
Engine/CompositeCurveTable.h |