FDynamicPrimitiveUniformBuffer

Windows
MacOS
Linux

Inheritance Hierarchy

FOneFrameResource

FDynamicPrimitiveUniformBuffer

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Syntax

class FDynamicPrimitiveUniformBuffer : public FOneFrameResource

Variables

Name Description

Public variable

TUniformBuffer<...

 

UniformBuffer

Constructors

Destructors

Functions

Name Description

Public function

void

 

Set

(
    const FMatrix& LocalToWorld,
    const FMatrix& PreviousLocalToWorl...,
    const FBoxSphereBounds& WorldBound...,
    const FBoxSphereBounds& LocalBound...,
    bool bReceivesDecals,
    bool bHasPrecomputedVolumetricLight...,
    bool bDrawsVelocity,
    bool bOutputVelocity
)

Pass-through implementation which calls the overloaded Set function with LocalBounds for PreSkinnedLocalBounds.

Public function

void

 

Set

(
    const FMatrix& LocalToWorld,
    const FMatrix& PreviousLocalToWorl...,
    const FBoxSphereBounds& WorldBound...,
    const FBoxSphereBounds& LocalBound...,
    const FBoxSphereBounds& PreSkinned...,
    bool bReceivesDecals,
    bool bHasPrecomputedVolumetricLight...,
    bool bDrawsVelocity,
    bool bOutputVelocity
)

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