UChaosCache::BuildSpawnableFromComponent

Initializes the spawnable template from a currently existing component so it can be spawned by the editor when a cache is dragged into the scene.

Windows
MacOS
Linux

References

Module

ChaosCaching

Header

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

Include

#include "Chaos/ChaosCache.h"

Source

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

Syntax

void BuildSpawnableFromComponent
(
    UPrimitiveComponent * InComponent
)

Remarks

Initializes the spawnable template from a currently existing component so it can be spawned by the editor when a cache is dragged into the scene.

Parameters

Parameter

Description

InComponent

Component to build the spawnable template from

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