![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InstanceDataUpdateUtils.h>
Public Member Functions | |
| FORCEINLINE constexpr bool | IsIdentity () const |
| FORCEINLINE | FSrcIndexRemap (const TArray< int32 > &InIndexRemap) |
| FORCEINLINE bool | RemapDestIndex (int32 &Index) const |
| FORCEINLINE bool | Remap (int32 &SrcIndex, int32 &DstIndex) const |
Public Attributes | |
| const TArray< int32 > & | IndexRemap |
Uses an array to remap the source index, leaving the destination index unchanged.
|
inline |
|
inlineconstexpr |
|
inline |
|
inline |