Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- UObject
- UMovieSceneNodeGroup
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieScene.h |
Include | #include "MovieScene.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneNodeGroup : public UObject
Remarks
Structure that represents a group of nodes
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddNode
(
const FString& Path |
|
![]() ![]() |
bool | ContainsNode
(
const FString& Path |
|
![]() ![]() |
bool | ||
![]() ![]() |
const FName | GetName () |
|
![]() |
TArrayView< FString > | GetNodes () |
|
![]() |
UMovieSceneNodeGroup::FOnNodeGroupChanged TBaseMulticastDelegate_NoParams | ||
![]() |
void | RemoveNode
(
const FString& Path |
|
![]() |
void | SetEnableFilter
(
bool bInEnableFilter |
|
![]() |
void | SetName
(
const FName& Name |
|
![]() |
void | UpdateNodePath
(
const FString& OldPath, |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FOnNodeGroupChanged | Event that is triggered whenever this node group has changed |