Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/TExtensibleUniformBuffer
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" |
template<typename TMember>
bool Set
(
const TMemberRegistration< TMember > & Registration,
const TMember & Value
)