UMovieSceneFolderExtensions::GetFolderColor

Get 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, BlueprintPure, Category="Sequencer|Sequence",
          Meta=(ScriptMethod, DevelopmentOnly))
static FColor GetFolderColor
(
    UMovieSceneFolder * Folder
)

Remarks

Get the display color of the given folder

Returns

The display color of the given folder

Parameters

Parameter

Description

Folder

The folder to get the display color of

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