UGeometryCacheTrack::AddMatrixSample

AddMatrixSample, Adds a single matrix animation sample (recalculates duration according to SampleTime)

Windows
MacOS
Linux

References

Module

GeometryCache

Header

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

Include

#include "GeometryCacheTrack.h"

Source

/Engine/Plugins/Experimental/GeometryCache/Source/GeometryCache/Private/GeometryCacheTrack.cpp

Syntax

virtual void AddMatrixSample
(
    const FMatrix & Matrix,
    const float SampleTime
)

Remarks

AddMatrixSample, Adds a single matrix animation sample (recalculates duration according to SampleTime)

Returns

void

Parameters

Parameter

Description

Matrix

SampleTime

Time for this sample

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