UEditorEngine::GetPropertyColorationColor

Computes a color to use for property coloration for the given object.

Windows
MacOS
Linux

Override Hierarchy

UEngine::GetPropertyColorationColor()

UEditorEngine::GetPropertyColorationColor()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorServer.cpp

Syntax

virtual bool GetPropertyColorationColor
(
    class UObject * Object,
    FColor & OutColor
)

Remarks

Computes a color to use for property coloration for the given object.

Returns

true if a color was successfully set on OutColor, false otherwise.

Parameters

Parameter

Description

Object

The object for which to compute a property color.

OutColor

[out] The returned color.

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