Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FExtensibleUniformBufferBase
Description
Set a field in the parameter struct. The change will be reflected in any buffer that GetBuffer() returns after this call. Returns true if anything actually changed.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ExtensibleUniformBuffer.h |
| Include Path | #include "ExtensibleUniformBuffer.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ExtensibleUniformBuffer.cpp |
bool Set
(
const FMemberId MemberId,
const void * Value,
const int32 ValueSize
)