UMovieSceneNodeGroup

Structure that represents a group of nodes

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UMovieSceneNodeGroup

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieScene.h

Include

#include "MovieScene.h"

Syntax

class UMovieSceneNodeGroup : public UObject

Remarks

Structure that represents a group of nodes

Functions

Name Description

Public function

void

 

AddNode

(
    const FString& Path
)

Public function Const

bool

 

ContainsNode

(
    const FString& Path
)

Public function Const

bool

 

GetEnableFilter()

Public function Const

const FName

 

GetName()

Public function

TArrayView< ...

 

GetNodes()

Public function

UMovieSceneN...

 

OnNodeGroupChanged()

Public function

void

 

RemoveNode

(
    const FString& Path
)

Public function

void

 

SetEnableFilter

(
    bool bInEnableFilter
)

Public function

void

 

SetName

(
    const FName& Name
)

Public function

void

 

UpdateNodePath

(
    const FString& OldPath,
    const FString& NewPath
)

Classes

Name

Description

Public class

FOnNodeGroupChanged

Event that is triggered whenever this node group has changed

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