FInterpGroupParentInfo

Windows
MacOS
Linux

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Public/MatineeGroupData.h

Include

#include "MatineeGroupData.h"

Syntax

struct FInterpGroupParentInfo

Variables

Name Description

Public variable

bool

 

bHasChildren

Does the group have children?

Public variable

UInterpGroup &#...

 

Group

The parented interp group

Public variable

int32

 

GroupIndex

The index of the interp group in the array of all interp groups.

Public variable

UInterpGroup &#...

 

Parent

The group's parent. Can be NULL

Constructors

Name Description

Public function

FInterpGroupParentInfo

(
    UInterpGroup* InGroup
)

Parameterized constructor.

Functions

Name Description

Public function Const

bool

 

HasAParent()

Public function Const

bool

 

IsAParent()

Public function Const

bool

 

IsParent

(
    const FInterpGroupParentInfo& Pare...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FInterpGroupParentInfo& Othe...
)

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