Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/Modifier
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/Modifier/ModifierStackEntry.h |
| Include | #include "Modifier/ModifierStackEntry.h" |
Syntax
USTRUCT&40;&41;
struct FModifierStackEntry
Remarks
Links a Modifier with a Name for use in a Modifier Stack.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | Controls whether the modifier actually gets applied. | |
| FGuid | EditorGuid | GUID used in the editor to identify specific stack entries during editor operations. | |
| TObjectPtr< UVCamModifier > | GeneratedModifier | The current generated modifier instance. | |
| FName | Name | Identifier for this modifier in the stack. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FModifierStackEntry
(
UVCamModifier& Modifier |
|||
FModifierStackEntry
(
const FName& InName, |
If ModifierClass is provided then you must also supply a valid outer for the generated modifier. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FModifierStackEntry& Other |
||
| bool | operator==
(
const FModifierStackEntry& Other |