Discovering Commands
Every command follows cfa <command> [--flag value]. Discover them with cfa commands and cfa describe, and understand the toolset model.
Loading…
Every command follows cfa <command> [--flag value]. Discover them with cfa commands and cfa describe, and understand the toolset model.
With the skill installed, your assistant discovers the right commands and picks the right editor on its own, so you never type cfa by hand. Everything below is for the times you want to drive the editor manually or debug a command yourself.
Every command follows cfa <command> [--flag value]. Discover them with cfa commands and cfa describe <command>.
Verify the editor bridge is up:
cfa health_checkFind every material under /Game:
cfa find_assets --class_type material --path /GameCreate a Blueprint:
cfa create_blueprint --name BP_Spawner --path /Game/BP --parent-class ActorAdd an event dispatcher to it:
cfa create_event_dispatcher --blueprint-path /Game/BP/BP_Spawner --name OnSpawned