AChaosCacheManager::TriggerComponent

Triggers a component to play or record.

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheManagerActor.h

Include

#include "Chaos/CacheManagerActor.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/CacheManagerActor.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Caching")
void TriggerComponent
(
    UPrimitiveComponent * InComponent
)

Remarks

Triggers a component to play or record. If the cache manager has an observed component entry for InComponent and it is a triggered entry this will begin the playback or record for that component, otherwise no action is taken.

Parameters

Parameter

Description

InComponent

Component to trigger

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