Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FAttractState |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttractElement.h |
| Include Path | #include "Elements/PCGAttractElement.h" |
Syntax
struct FAttractState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FAttractState() |
Note: We need to explicitly disable warnings on these constructors/operators for clang to be happy with deprecated variables. | Elements/PCGAttractElement.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FAttractState() |
Elements/PCGAttractElement.h |
Structs
| Name | Remarks |
|---|---|
| FAttributeInterpolationData |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAttractPhaseDone | bool | Elements/PCGAttractElement.h | ||
| bTargetIsSource | bool | Elements/PCGAttractElement.h | ||
| InterpolationIndex | int32 | Elements/PCGAttractElement.h | ||
| Interpolators | TArray< FAttributeInterpolationData > | Elements/PCGAttractElement.h | ||
| IterationIndex | int32 | Elements/PCGAttractElement.h | ||
| Mapping | TArray< int32 > | Elements/PCGAttractElement.h | ||
| OutPointData | UPCGPointData * | Elements/PCGAttractElement.h | ||
| OutputAttractIndexAccessor | TUniquePtr< IPCGAttributeAccessor > | Elements/PCGAttractElement.h | ||
| OutputData | UPCGBasePointData * | Elements/PCGAttractElement.h | ||
| OutputKeys | TUniquePtr< IPCGAttributeAccessorKeys > | Elements/PCGAttractElement.h | ||
| SortedTargetIndices | TArray< int32 > | Elements/PCGAttractElement.h | ||
| SourceData | const UPCGBasePointData * | Elements/PCGAttractElement.h | ||
| SourcePointData | const UPCGPointData * | Elements/PCGAttractElement.h | ||
| SourceWeights | TArray< double > | Elements/PCGAttractElement.h | ||
| TargetData | const UPCGBasePointData * | Elements/PCGAttractElement.h | ||
| TargetPointData | const UPCGPointData * | Elements/PCGAttractElement.h | ||
| TargetWeights | TArray< double > | Elements/PCGAttractElement.h |