UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSrcIndexRemap Struct Reference

#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
 

Detailed Description

Uses an array to remap the source index, leaving the destination index unchanged.

Constructor & Destructor Documentation

◆ FSrcIndexRemap()

FORCEINLINE FSrcIndexRemap::FSrcIndexRemap ( const TArray< int32 > &  InIndexRemap)
inline

Member Function Documentation

◆ IsIdentity()

FORCEINLINE constexpr bool FSrcIndexRemap::IsIdentity ( ) const
inlineconstexpr

◆ Remap()

FORCEINLINE bool FSrcIndexRemap::Remap ( int32 SrcIndex,
int32 DstIndex 
) const
inline

◆ RemapDestIndex()

FORCEINLINE bool FSrcIndexRemap::RemapDestIndex ( int32 Index) const
inline

Member Data Documentation

◆ IndexRemap

const TArray<int32>& FSrcIndexRemap::IndexRemap

The documentation for this struct was generated from the following file: