Navigation
API > API/Runtime > API/Runtime/DatasmithCore
FDatasmithVisibilityFrameInfo holds the visibility value for a frame
| Name | FDatasmithVisibilityFrameInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithTypes.h |
| Include Path | #include "DatasmithTypes.h" |
Syntax
struct FDatasmithVisibilityFrameInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithVisibilityFrameInfo
(
int32 InFrameNumber, |
DatasmithTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidFrameInfo | FDatasmithVisibilityFrameInfo | DatasmithTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bVisible | bool | DatasmithTypes.h | ||
| FrameNumber | int32 | DatasmithTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
DatasmithTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FDatasmithVisibilityFrameInfo& Other |
DatasmithTypes.h |