FGeometryCacheTrackSampleInfo

Info stored per sample that is always resident in memory

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

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