Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| Name | FCEClonerEffectorChannelData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/CEClonerEffectorShared.h |
| Include Path | #include "CEClonerEffectorShared.h" |
Syntax
USTRUCT ()
struct FCEClonerEffectorChannelData
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AttractionForceFalloffName | const TCHAR * | CEClonerEffectorShared.h | |
| AttractionForceStrengthName | const TCHAR * | CEClonerEffectorShared.h | |
| ColorName | const TCHAR * | CEClonerEffectorShared.h | |
| CurlNoiseForceFrequencyName | const TCHAR * | CEClonerEffectorShared.h | |
| CurlNoiseForceStrengthName | const TCHAR * | CEClonerEffectorShared.h | |
| DelayInDurationName | const TCHAR * | Delay | CEClonerEffectorShared.h |
| DelayOutDurationName | const TCHAR * | CEClonerEffectorShared.h | |
| DelaySpringFalloffName | const TCHAR * | CEClonerEffectorShared.h | |
| DelaySpringFrequencyName | const TCHAR * | CEClonerEffectorShared.h | |
| DragForceLinearName | const TCHAR * | CEClonerEffectorShared.h | |
| DragForceRotationalName | const TCHAR * | CEClonerEffectorShared.h | |
| EasingName | const TCHAR * | CEClonerEffectorShared.h | |
| FrequencyName | const TCHAR * | CEClonerEffectorShared.h | |
| GravityForceAccelerationName | const TCHAR * | CEClonerEffectorShared.h | |
| InnerExtentName | const TCHAR * | CEClonerEffectorShared.h | |
| LocationDeltaName | const TCHAR * | CEClonerEffectorShared.h | |
| LocationName | const TCHAR * | CEClonerEffectorShared.h | |
| MagnitudeName | const TCHAR * | General | CEClonerEffectorShared.h |
| ModeName | const TCHAR * | Mode | CEClonerEffectorShared.h |
| OrientationForceMaxName | const TCHAR * | CEClonerEffectorShared.h | |
| OrientationForceMinName | const TCHAR * | CEClonerEffectorShared.h | |
| OrientationForceRateName | const TCHAR * | Forces | CEClonerEffectorShared.h |
| OuterExtentName | const TCHAR * | CEClonerEffectorShared.h | |
| PanName | const TCHAR * | CEClonerEffectorShared.h | |
| PatternName | const TCHAR * | CEClonerEffectorShared.h | |
| RotationDeltaName | const TCHAR * | CEClonerEffectorShared.h | |
| RotationName | const TCHAR * | CEClonerEffectorShared.h | |
| ScaleDeltaName | const TCHAR * | CEClonerEffectorShared.h | |
| ScaleName | const TCHAR * | CEClonerEffectorShared.h | |
| TypeName | const TCHAR * | Type/Shape | CEClonerEffectorShared.h |
| VectorNoiseForceAmountName | const TCHAR * | CEClonerEffectorShared.h | |
| VortexForceAmountName | const TCHAR * | CEClonerEffectorShared.h | |
| VortexForceAxisName | const TCHAR * | CEClonerEffectorShared.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttractionForceFalloff | float | CEClonerEffectorShared.h | ||
| AttractionForceStrength | float | CEClonerEffectorShared.h | ||
| Color | FLinearColor | CEClonerEffectorShared.h | ||
| CurlNoiseForceFrequency | float | CEClonerEffectorShared.h | ||
| CurlNoiseForceStrength | float | CEClonerEffectorShared.h | ||
| DelayInDuration | float | Delay | CEClonerEffectorShared.h | |
| DelayOutDuration | float | CEClonerEffectorShared.h | ||
| DelaySpringFalloff | float | CEClonerEffectorShared.h | ||
| DelaySpringFrequency | float | CEClonerEffectorShared.h | ||
| DragForceLinear | float | CEClonerEffectorShared.h | ||
| DragForceRotational | float | CEClonerEffectorShared.h | ||
| Easing | ECEClonerEasing | CEClonerEffectorShared.h | ||
| Frequency | float | CEClonerEffectorShared.h | ||
| GravityForceAcceleration | FVector | CEClonerEffectorShared.h | ||
| InnerExtent | FVector | CEClonerEffectorShared.h | ||
| Location | FVector | CEClonerEffectorShared.h | ||
| LocationDelta | FVector | CEClonerEffectorShared.h | ||
| Magnitude | float | General | CEClonerEffectorShared.h | |
| Mode | ECEClonerEffectorMode | Mode | CEClonerEffectorShared.h | |
| OrientationForceMax | FVector | CEClonerEffectorShared.h | ||
| OrientationForceMin | FVector | CEClonerEffectorShared.h | ||
| OrientationForceRate | float | Forces | CEClonerEffectorShared.h | |
| OuterExtent | FVector | CEClonerEffectorShared.h | ||
| Pan | FVector | CEClonerEffectorShared.h | ||
| Pattern | ECEClonerEffectorProceduralPattern | CEClonerEffectorShared.h | ||
| Rotation | FQuat | CEClonerEffectorShared.h | ||
| RotationDelta | FVector | CEClonerEffectorShared.h | ||
| Scale | FVector | CEClonerEffectorShared.h | ||
| ScaleDelta | FVector | CEClonerEffectorShared.h | ||
| Type | ECEClonerEffectorType | Type | CEClonerEffectorShared.h | |
| VectorNoiseForceAmount | float | CEClonerEffectorShared.h | ||
| VortexForceAmount | float | CEClonerEffectorShared.h | ||
| VortexForceAxis | FVector | CEClonerEffectorShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetIdentifier() |
CEClonerEffectorShared.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Read
(
const UNiagaraDataChannelReader* InReader |
CEClonerEffectorShared.h | ||
void Write
(
UNiagaraDataChannelWriter* InWriter |
CEClonerEffectorShared.h |