Navigation
API > API/Runtime > API/Runtime/RenderCore
Information for copying members from uniform buffers to packed.
| Name | FUniformBufferCopyInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/CrossCompilerCommon.h |
| Include Path | #include "CrossCompilerCommon.h" |
Syntax
struct FUniformBufferCopyInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DestOffsetInFloats | uint16 | CrossCompilerCommon.h | ||
| DestUBIndex | uint8 | CrossCompilerCommon.h | ||
| DestUBTypeIndex | uint8 | CrossCompilerCommon.h | ||
| DestUBTypeName | uint8 | CrossCompilerCommon.h | ||
| SizeInFloats | uint16 | CrossCompilerCommon.h | ||
| SourceOffsetInFloats | uint16 | CrossCompilerCommon.h | ||
| SourceUBIndex | uint8 | CrossCompilerCommon.h |