FActorComponentInstanceData::MatchesComponent

Determines whether this component instance data matches the component

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h

Include

#include "ComponentInstanceDataCache.h"

Source

/Engine/Source/Runtime/Engine/Private/ComponentInstanceDataCache.cpp

Syntax

bool MatchesComponent
(
    const UActorComponent * Component,
    const UObject * ComponentTemplate,
    const TMap< UActorComponent *, const UObject * > & ComponentToArchetypeMap
) const

Remarks

Determines whether this component instance data matches the component

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