Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/AComposurePipelineBaseActor
Syntax
UPROPERTY (EditAnywhere, BlueprintGetter=AreChildrenAndSelfAutoRun,
BlueprintSetter=SetAutoRunChildrenAndSelf, Category="Composure|Ticking",
Meta=(DisplayName="Auto run children and self"))
bool bAutoRunChildElementsAndSelf
Remarks
When set to false, all composure elements including itself's rendering will not automatically be called in the pipeline. When set to true, all of its children and its self's rendering will be called every frame.