---
title: "【TODO】解决困惑-Actor与component关系"
author: "Perrin Yong"
author_profile: https://www.pystone.net/profile/
published_by: "Perrin Yong"
canonical: https://www.pystone.net/notes/unreal-actor-component-relationship/
type: note
content_role: unspecified
visibility: public
id_stability: rename-stable
source_path: "10-计算机、信息技术与工程/05-游戏图形与运行时/Unreal/【TODO】解决困惑-Actor与component关系.md"
content_hash: e2731c5e929e9b25f330551e262629f66b048231c2d666c5ffc4eb74f60fdc8c
knowledge_version: 224c990773de.5fa8af6e39fa
site_commit: 224c990773de166d23a886306577dd90379529ce
notes_commit: 5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a
---
# 【TODO】解决困惑-Actor与component关系

﻿# 【TODO】解决困惑-Actor与component关系

> 创建时间：2022/4/11 1:42

Actor不支持嵌套？

那GetComponents函数的“bIncludeFromChildActors”是什么意思？

Components是否支持嵌套？

如果不支持，为什么Details中的Components可有父子关系？
