UMovieSceneFolderExtensions::SetFolderColor

Set the display color of the given folder

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneFolderExtensions.h

Include

#include "ExtensionLibraries/MovieSceneFolderExtensions.h"

Source

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Private/ExtensionLibraries/MovieSceneFolderExtensions.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Editor Scripting | Sequencer Tools | Folders",
          Meta=(ScriptMethod))
static bool SetFolderColor
(
    UMovieSceneFolder * Folder,
    FColor InFolderColor
)

Remarks

Set the display color of the given folder

Returns

True if the folder's display color is set successfully

Parameters

Parameter

Description

Folder

The folder to set the display color of

InFolderColor

The new display color for the folder

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