FMorphTargetVertexInfoBuffers

Windows
MacOS
Linux

Inheritance Hierarchy

FRenderResource

FMorphTargetVertexInfoBuffers

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Rendering/MorphTargetVertexInfoBuffers.h

Include

#include "Rendering/MorphTargetVertexInfoBuffers.h"

Syntax

class FMorphTargetVertexInfoBuffers : public FRenderResource

Variables

Name Description

Protected variable

TArray< FVector...

 

MaximumValuePerMorph

X,y,y separate for position and shared w for tangent

Protected variable

TArray< FVector...

 

MinimumValuePerMorph

Protected variable

TArray< FMorphD...

 

MorphDeltas

Transient data used while creating the vertex buffers, gets deleted as soon as VB gets initialized.

Public variable

FShaderResource...

 

MorphDeltasSRV

Public variable

FVertexBufferRH...

 

MorphDeltasVB

Protected variable

TArray< uint32 ...

 

NumSplitsPerMorph

Protected variable

uint32

 

NumTotalWorkItems

Protected variable

TArray< uint32 ...

 

StartOffsetPerMorph

Protected variable

uint32

 

TempStoreSize

Protected variable

TArray< uint32 ...

 

VertexIndices

Transient data used while creating the vertex buffers, gets deleted as soon as VB gets initialized.

Public variable

FShaderResource...

 

VertexIndicesSRV

Public variable

FVertexBufferRH...

 

VertexIndicesVB

Protected variable

TArray< uint32 ...

 

WorkItemsPerMorph

Constructors

Functions

Name Description

Public function Const

const FVecto...

 

GetMaximumMorphScale

(
    uint32 Index
)

Public function Static

uint32

 

GetMaximumThreadGroupSize()

Public function Const

const FVecto...

 

GetMinimumMorphScale

(
    uint32 Index
)

Public function Const

uint32

 

GetNumMorphs()

Public function Const

uint32

 

GetNumSplitsPerMorph

(
    uint32 Index
)

Public function Const

uint32

 

GetNumWorkItems

(
    uint32 index
)

Public function Const

uint32

 

GetStartOffset

(
    uint32 Index
)

Public function

void

 

Reset()

Overridden from FRenderResource

Name Description

Public function Virtual

void

 

InitRHI()

Initializes the RHI resources used by this resource.

Public function Virtual

void

 

ReleaseRHI()

Releases the RHI resources used by this resource.

Classes

Name

Description

Public struct

FMorphDelta

Changes to this struct must be reflected in MorphTargets.usf.

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