You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add inline allocator for FNiagaraDataSet -> Data to reduce memory churn
#rb none [FYI] shaun.kime #ROBOMERGE-OWNER: lina.halper #ROBOMERGE-AUTHOR: stu.mckenna #ROBOMERGE-SOURCE: CL 7315040 via CL 7318070 via CL 7319874 #ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v371-7306989) [CL 7369436 by stu mckenna in Dev-Anim branch]
This commit is contained in:
@@ -352,7 +352,7 @@ private:
|
||||
We keep track of the Current and Previous buffers which move with each simulate.
|
||||
Additional buffers may be in here if they are currently being used by the render thread.
|
||||
*/
|
||||
TArray<FNiagaraDataBuffer*> Data;
|
||||
TArray<FNiagaraDataBuffer*, TInlineAllocator<2>> Data;
|
||||
|
||||
FString DebugName;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user