Navigation
API > API/Plugins > API/Plugins/GeometryCache
Hold the visibility state for a given time range
| Name | FVisibilitySample |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h |
| Include Path | #include "GeometryCacheTrack.h" |
Syntax
struct FVisibilitySample
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GeometryCacheTrack.h | |||
FVisibilitySample
(
bool bVisible |
GeometryCacheTrack.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvisibleSample | const FVisibilitySample | GeometryCacheTrack.h | |
| VisibleSample | const FVisibilitySample | GeometryCacheTrack.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bVisibilityState | bool | GeometryCacheTrack.h | ||
| Range | TRange< float > | GeometryCacheTrack.h |