FEditorCategoryUtils::IsCategoryHiddenFromClass

Checks to see if the category associated with the supplied common category id is hidden from the specified class.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorCategoryUtils.h

Include

#include "EditorCategoryUtils.h"

Source

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

Syntax

namespace FEditorCategoryUtils
{
    bool FEditorCategoryUtils::IsCategoryHiddenFromClass
    (
        const UStruct * Class,
        const FCommonEditorCategory::EValue CategoryId
    )
}

Remarks

Checks to see if the category associated with the supplied common category id is hidden from the specified class.

Returns

True if the common category is hidden, false if not.

Parameters

Parameter

Description

Class

The class you want to query.

CategoryId

An id associated with a category that you want to check.

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