Navigation
API > API/Runtime > API/Runtime/Chaos
Iterator produced by FStrainedProxyRange, for looping over proxies which are associated with rigid clusters which have been strained.
| Name | FStrainedProxyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/StrainModification.h |
| Include Path | #include "Chaos/StrainModification.h" |
Syntax
class FStrainedProxyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStrainedProxyIterator
(
const FStrainedProxyIterator& Other |
Chaos/StrainModification.h | ||
FStrainedProxyIterator
(
FRigidClustering& InRigidClustering, |
Chaos/StrainModification.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Chaos/StrainModification.h | ||
| ProxyAndRoots | TArray< FStrainedProxyAndRoot > & | Chaos/StrainModification.h | ||
| RigidClustering | FRigidClustering & | Chaos/StrainModification.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FStrainedProxyIterator& Other |
Chaos/StrainModification.h | ||
FStrainedProxyModifier operator*() |
Chaos/StrainModification.h | ||
FStrainedProxyIterator & operator++() |
Chaos/StrainModification.h | ||
bool operator==
(
const FStrainedProxyIterator& Other |
Chaos/StrainModification.h |