FGeometryCacheTrackSampleInfo

Info stored per sample that is always resident in memory

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FGeometryCacheTrackSampleInfo

FGeometryCacheTrackStreamableSampleInfo

References

Module

GeometryCache

Header

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Classes/GeometryCacheTrack.h

Include

#include "GeometryCacheTrack.h"

Syntax

struct FGeometryCacheTrackSampleInfo

Remarks

Info stored per sample that is always resident in memory

Variables

Name Description

Public variable

FBox

 

BoundingBox

Public variable

int32

 

NumIndices

Public variable

int32

 

NumVertices

Public variable

float

 

SampleTime

Constructors

Name Description

Public function

FGeometryCacheTrackSampleInfo()

Public function

FGeometryCacheTrackSampleInfo

(
    float SetSampleTime,
    FBox SetBoundingBox,
    int32 SetNumVertices,
    int32 SetNumIndices
)

Constants

Name

Description

EmptySampleInfo