Gah - a solution with more questions. – EntropicLqd

UE3:InterpGroup (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> InterpGroup
Package: 
Engine
Direct subclass:
InterpGroupDirector
This class in other games:
UT3

null

Properties[edit]

Property group 'InterpGroup'[edit]

GroupAnimSets[edit]

Type: array<AnimSet>

The AnimSets that are used by any AnimControl tracks. These will be passed to the Actor when the cinematic begins, and sequences named in the tracks should be found in them.

GroupColor[edit]

Type: Object.Color

Colour used for drawing tracks etc. related to this group.

Default value:

Member Value
A 255
B 200
G 80
R 100

Internal variables[edit]

bCollapsed[edit]

Type: bool

Whether or not this group is folded away in the editor.

bIsFolder[edit]

Type: bool

When enabled, this group is treated like a folder in the editor, which should only be used for organization. Folders are never associated with actors and don't have a presence in the Kismet graph.

bIsParented[edit]

Type: bool

When true, this group is considered a 'visual child' of another group. This doesn't at all affect the behavior of the group, it's only for visual organization. Also, it's implied that the parent is the next prior group in the array that doesn't have a parent.

bVisible[edit]

Type: bool

Modifiers: transient

Whether or not this group is visible in the editor.

GroupName[edit]

Type: name

Within an InterpData, all GroupNames must be unique. Used for naming Variable connectors on the Action in Kismet and finding each groups object.

Default value: 'InterpGroup'

InterpTracks[edit]

Type: array<InterpTrack>

Modifiers: export


Structs[edit]

InterpEdSelKey[edit]

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

A group, associated with a particular Actor or set of Actors, which contains a set of InterpTracks for interpolating properties of the Actor over time. The Outer of an InterpGroup is an InterpData.

InterpGroup Group 
int TrackIndex 
int KeyIndex 
float UnsnappedPosition