Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:InterpGroup (UDK)
Object >> InterpGroup |
- Package:
- Engine
- Direct subclass:
- InterpGroupDirector
- This class in other games:
- UT3
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties
Property group 'InterpGroup'
GroupAnimSets
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
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
bCollapsed
Type: bool
Whether or not this group is folded away in the editor.
bIsFolder
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
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
Type: bool
Modifiers: transient
Whether or not this group is visible in the editor.
GroupName
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
Type: array<InterpTrack>
Modifiers: export
Structs
InterpEdSelKey
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.