FEditorCategoryUtils::IsCategoryHiddenFromClass

Checks to see if the specified category is hidden from the supplied 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 FText & Category
    )
}

Remarks

Checks to see if the specified category is hidden from the supplied class.

Returns

True if the category is hidden, false if not.

Parameters

Parameter

Description

Class

The class you want to query.

Category

A category path 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