UChaosCache::AddFrame_Concurrent

Adds a new frame to process to a threadsafe queue for later processing in FlushPendingFrames

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h

Include

#include "Chaos/ChaosCache.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp

Syntax

void AddFrame_Concurrent
(
    FPendingFrameWrite && InFrame
)

Remarks

Adds a new frame to process to a threadsafe queue for later processing in FlushPendingFrames

Parameters

Parameter

Description

InFrame

New frame to accept, moved into the internal threadsafe queue

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss