TInlineComponentArray

[TInlineComponentArray](API\Runtime\Engine\GameFramework\TInlineComponentArray) is simply a [TArray](API\Runtime\TraceLog\TArray) that reserves a fixed amount of space on the stack to try to avoid heap allocation when there are fewer than a specified number of elements expected in the result.