FUniformExpressionCache

Cached uniform expression values.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Syntax

struct FUniformExpressionCache

Remarks

Cached uniform expression values.

Variables

Name Description

Public variable

TArray< IAlloca...

 

AllocatedVTs

Allocated virtual textures, one for each entry in FUniformExpressionSet::VTStacks

Public variable

bool

 

bUpToDate

True if the cache is up to date.

Public variable

const FMaterial...

 

CachedUniformExpressionShaderMap

Shader map that was used to cache uniform expressions on this material.

Public variable

FLocalUniformBu...

 

LocalUniformBuffer

Material uniform buffer.

Public variable

TArray< IAlloca...

 

OwnedAllocatedVTs

Allocated virtual textures that will need destroying during a call to ResetAllocatedVTs()

Public variable

TArray< FGuid >

 

ParameterCollections

Ids of parameter collections needed for rendering.

Public variable

FUniformBufferR...

 

UniformBuffer

Material uniform buffer.

Constructors

Name Description

Public function

FUniformExpressionCache()

Destructors

Name Description

Public function

~FUniformExpressionCache()

Destructor.

Functions

Name Description

Public function

void

 

ResetAllocatedVTs()

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