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