Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/AComposurePipelineBaseActor
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, BlueprintSetter=SetAutoRun,
Category="Composure|Ticking", Meta=(DisplayAfter="bEnableChildElementsAndSelf"))
bool bAutoRun
Remarks
When set, we'll call EnqueueRendering() each frame automatically. If left off, it is up to the user to manually call their composure rendering. Toggle this on/off at runtime to enable/disable this pipeline.