FEditorCategoryUtils::IsCategoryHiddenFromClass

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

FEditorCategoryUtils::IsCategoryHiddenFromClass

(
    const UStruct* Class,
    const FCommonEditorCategory::EValue...
)

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

Public function

bool

 

FEditorCategoryUtils::IsCategoryHiddenFromClass

(
    const UStruct* Class,
    const FText& Category
)

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

Public function

bool

 

FEditorCategoryUtils::IsCategoryHiddenFromClass

(
    const UStruct* Class,
    const FString& Category
)

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

Public function

bool

 

FEditorCategoryUtils::IsCategoryHiddenFromClass

(
    const TArray< FString >& ClassHide...,
    const UStruct* Class,
    const FString& Category
)

Checks to see if the specified category is hidden from the supplied Class, avoids recalculation of ClassHideCategories.

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