FOpenGLShaderParameterCache::Set

Sets values directly into the packed uniform array Set parameter values.

Windows
MacOS
Linux

References

Module

OpenGLDrv

Header

/Engine/Source/Runtime/OpenGLDrv/Public/OpenGLShaderResources.h

Include

#include "OpenGLShaderResources.h"

Source

/Engine/Source/Runtime/OpenGLDrv/Private/OpenGLShaders.cpp

Syntax

void Set
(
    uint32 BufferIndex,
    uint32 ByteOffset,
    uint32 NumBytes,
    const void * NewValues
)

Remarks

Sets values directly into the packed uniform array

Set parameter values.

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