Struct AnimUpdateRateParameters
Container for Animation Update Rate parameters.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: UE4DotNet.dll
Syntax
public struct AnimUpdateRateParameters
Fields
|
Improve this Doc
View Source
AdditionalTime
Declaration
public float AdditionalTime
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
BaseNonRenderedUpdateRate
Declaration
public int BaseNonRenderedUpdateRate
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
bInterpolateSkippedFrames
Declaration
public bool bInterpolateSkippedFrames
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShouldUseLodMap
Declaration
public bool bShouldUseLodMap
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShouldUseMinLod
Declaration
public bool bShouldUseMinLod
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bSkipEvaluation
Declaration
public bool bSkipEvaluation
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bSkipUpdate
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EvaluationRate
Declaration
public int EvaluationRate
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxEvalRateForInterpolation
Declaration
public int MaxEvalRateForInterpolation
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SkippedEvalFrames
Declaration
public int SkippedEvalFrames
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SkippedUpdateFrames
Declaration
public int SkippedUpdateFrames
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TickedPoseOffestTime
Declaration
public float TickedPoseOffestTime
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
UpdateRate
Declaration
Field Value
Type |
Description |
System.Int32 |
|