Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FLevelEditorViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetSpriteCategoryVisibility
(
const FName& InSpriteCategory |
Returns whether the provided unlocalized sprite category is visible in the viewport or not | LevelEditorViewport.h | |
bool GetSpriteCategoryVisibility
(
int32 Index |
Returns whether the sprite category specified by the provided index is visible in the viewport or not | LevelEditorViewport.h |
GetSpriteCategoryVisibility(const FName &)
Description
Returns whether the provided unlocalized sprite category is visible in the viewport or not
| Name | GetSpriteCategoryVisibility |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
bool GetSpriteCategoryVisibility
(
const FName & InSpriteCategory
) const
true if the specified category is visible in the viewport; false if it is not
Parameters
| Name | Remarks |
|---|---|
| InSpriteCategory | Sprite category to get the index of |
GetSpriteCategoryVisibility(int32)
Description
Returns whether the sprite category specified by the provided index is visible in the viewport or not
| Name | GetSpriteCategoryVisibility |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
bool GetSpriteCategoryVisibility
(
int32 Index
) const
true if the category specified by the index is visible in the viewport; false if it is not
Parameters
| Name | Remarks |
|---|---|
| Index | Index of the sprite category to check |