UDMXPixelMappingBaseComponent::ForEachComponentOfClass

Loop through all templated child class by given Predicate

Windows
MacOS
Linux

References

Module

DMXPixelMappingRuntime

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXPixelMapping/Source/DMXPixelMappingRuntime/Public/Components/DMXPixelMappingBaseComponent.h

Include

#include "Components/DMXPixelMappingBaseComponent.h"

Syntax

template<typename TComponentClass>
void ForEachComponentOfClass
(
    TComponentPredicateType< TComponentClass > Predicate,
    bool bIsRecursive
)

Remarks

Loop through all templated child class by given Predicate

Parameters

Parameter

Description

bIsRecursive

Should it loop recursively

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss