FCommandListData

Command list internal data.

Windows
MacOS
Linux

References

Module

ChaosSolvers

Header

/Engine/Source/Runtime/Experimental/ChaosSolvers/Public/Framework/CommandBuffer.h

Include

#include "Framework/CommandBuffer.h"

Syntax

class FCommandListData

Remarks

Command list internal data, private data for a command list that is submitted to the physics dispatcher when the owning FCommandList is flushed (See FCommandList below)

Constructors

Name Description

Public function

FCommandListData

(
    const FCommandListData& InCopy
)

Can't copy or directly move list data (command list hands over ptrs to list data)

Public function

FCommandListData

(
    FCommandListData&& InSteal
)

Functions

Name Description

Public function Const

bool

 

HasCommands()

Whether we have any pending commands waiting to submit.

Operators

Name Description

Public function

FCommandList...

 

operator=

(
    const FCommandListData& InCopy
)

Public function

FCommandList...

 

operator=

(
    FCommandListData&& InSteal
)

Typedefs

Name

Description

FSolverCommandTuple

Element type for solver command storage.

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