Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FGenerationTools
Description
Utility for taking two arrays of bone indices, which must be strictly increasing, and finding the A - B. That is - any items left in A, after removing B.
| Name | DifferenceBoneIndexArrays |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/GenerationTools.h |
| Include Path | #include "GenerationTools.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/GenerationTools.cpp |
static void DifferenceBoneIndexArrays
(
const TArray < FBoneIndexType > & A,
const TArray < FBoneIndexType > & B,
TArray < FBoneIndexType > & Output
)