Navigation
API > API/Editor > API/Editor/Blutility
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintAsyncActionBase
- UAsyncCaptureScene
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Public/AsyncCaptureScene.h |
| Include | #include "AsyncCaptureScene.h" |
Syntax
class UAsyncCaptureScene : public UBlueprintAsyncActionBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnAsyncCaptureSceneComplete | Complete |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAsyncCaptureScene * | CaptureSceneAsync
(
UCameraComponent* ViewCamera, |
||
| UAsyncCaptureScene * | CaptureSceneWithWarmupAsync
(
UCameraComponent* ViewCamera, |
Overridden from UBlueprintAsyncActionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Activate () |
Called to trigger the action once the delegates have been bound |