Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UNiagaraDumpByteCodeCommandlet
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/Commandlets/NiagaraDumpBytecodeCommandlet.h |
| Include | #include "Commandlets/NiagaraDumpBytecodeCommandlet.h" |
Syntax
UCLASS&40;Config&61;Editor&41;
class UNiagaraDumpByteCodeCommandlet : public UCommandlet
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AuditOutputFolder | The folder in which the commandlet's output files will be stored | |
| FString | FilterCollection | Only assets in this collection will be considered. | |
| bool | ForceAttributeTrimming | Whether to force attributes to be trimmed to their minimal set | |
| bool | ForceBakedRapidIteration | Whether to force rapid iteration parameters to be baked out | |
| TArray< FName > | PackagePaths | Package paths to include |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraDumpByteCodeCommandlet
(
const FObjectInitializer& ObjectInitializer |