FDatasmithVisibilityFrameInfo

[FDatasmithVisibilityFrameInfo](API\Runtime\DatasmithCore\FDatasmithVisibilityFrameInfo) holds the visibility value for a frame

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bVisible

Public variable

int32

 

FrameNumber

Constructors

Name Description

Public function

FDatasmithVisibilityFrameInfo

(
    int32 InFrameNumber,
    bool bInVisible
)

Functions

Name Description

Public function Const

bool

 

IsValid()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FDatasmithVisibilityFrameInfo...
)

Constants

Name

Description

InvalidFrameInfo

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