Skip to main content

entity.reflect

Overview

  • Serialize entity or component UPROPERTYs via UE reflection.

Metadata

FieldValue
DisplayEntity Reflect
Categoryentity
AccessUserCheat
ScopeB2Authority
Tags
AliasesEntityReflect

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
componentstringnoComponent type name (optional, e.g. Emotion or FB2EmotionComponent)

Returns

  • Freeform result (shape is not fixed).

UStruct UPROPERTY dump of the entity (or one component) plus entity_id and _type (or _component). Property set is fully determined by the reflected type; shape is not fixed.

Usage

await inzoi.cli.execute('entity.reflect', {
entity_id: 0, // optional
component: '', // optional
});