FLevelEditorViewportClient::GetSpriteCategoryVisibility

Returns whether the provided unlocalized sprite category is visible in the viewport or not

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "LevelEditorViewport.h"

Source

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

Syntax

bool GetSpriteCategoryVisibility
(
    const FName & InSpriteCategory
) const

Remarks

Returns whether the provided unlocalized sprite category is visible in the viewport or not

Returns

true if the specified category is visible in the viewport; false if it is not

Parameters

Parameter

Description

InSpriteCategory

Sprite category to get the index 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