Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/TCameraNodeAssembler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Runs a custom setup callback on the camera node. | Build/CameraAssetAssembleUtils.h | ||
ThisType & Setup
(
TFunction< void(NodeType*, FNamedObjectRegistry*)> SetupCallback |
Runs a custom setup callback on the camera node with the named object registry provided. | Build/CameraAssetAssembleUtils.h |
Setup(TFunction< void(NodeType *)>)
Description
Runs a custom setup callback on the camera node.
| Name | Setup |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Build/CameraAssetAssembleUtils.h |
| Include Path | #include "Build/CameraAssetAssembleUtils.h" |
ThisType & Setup
(
TFunction < void> SetupCallback
)
Setup(TFunction< void(NodeType , FNamedObjectRegistry )>)
Description
Runs a custom setup callback on the camera node with the named object registry provided.
| Name | Setup |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Build/CameraAssetAssembleUtils.h |
| Include Path | #include "Build/CameraAssetAssembleUtils.h" |
ThisType & Setup
(
TFunction < void *)> SetupCallback
)